aboutsummaryrefslogtreecommitdiff
path: root/doc/build-freebsd.md
diff options
context:
space:
mode:
authorjessebarton <jessebarton95@gmail.com>2022-03-22 19:33:02 -0500
committerjessebarton <jessebarton95@gmail.com>2022-03-22 19:33:02 -0500
commit38a1b0b1967272cbb984f37bcc86b6640930319f (patch)
tree58b85056b902db3624ad1a3ffb108d41303afe3e /doc/build-freebsd.md
parentf05cf59d91eb03857dd9bdcc77607764da0349d2 (diff)
downloadbitcoin-38a1b0b1967272cbb984f37bcc86b6640930319f.tar.xz
doc: remove unneeded documentation on basic package management on FreeBSD
This is in reference to #24618
Diffstat (limited to 'doc/build-freebsd.md')
-rw-r--r--doc/build-freebsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md
index d92c21efac..a50848d587 100644
--- a/doc/build-freebsd.md
+++ b/doc/build-freebsd.md
@@ -7,7 +7,7 @@ This guide describes how to build bitcoind, command-line utilities, and GUI on F
## Preparation
### 1. Install Required Dependencies
-Install the required dependencies the usual way you [install software on FreeBSD](https://www.freebsd.org/doc/en/books/handbook/ports.html) - either with `pkg` or via the Ports collection. The example commands below use `pkg` which is usually run as `root` or via `sudo`. If you want to use `sudo`, and you haven't set it up: [use this guide](http://www.freebsdwiki.net/index.php/Sudo%2C_configuring) to setup `sudo` access on FreeBSD.
+Run the following as root to install the base dependencies for building.
```bash
pkg install autoconf automake boost-libs git gmake libevent libtool pkgconf