aboutsummaryrefslogtreecommitdiff
path: root/doc/build-freebsd.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-03-23 11:22:51 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-03-23 11:22:54 +0100
commitbc562b9ef81d4e37c20c4fdbd73be44d6f12efa0 (patch)
tree39fb0e9f3ee25ca50d7f781f09a401e00fcc0730 /doc/build-freebsd.md
parentd6f225f5c9f8382878e6970b707e57838e312f8c (diff)
parent38a1b0b1967272cbb984f37bcc86b6640930319f (diff)
downloadbitcoin-bc562b9ef81d4e37c20c4fdbd73be44d6f12efa0.tar.xz
Merge bitcoin/bitcoin#24646: doc: remove unneeded documentation on basic package management on FreeBSD
38a1b0b1967272cbb984f37bcc86b6640930319f doc: remove unneeded documentation on basic package management on FreeBSD (jessebarton) Pull request description: In reference to #24618 ACKs for top commit: fanquake: ACK 38a1b0b1967272cbb984f37bcc86b6640930319f - Thanks. In future, please re-use existing PRs, so that discussion and changes are kept together. Tree-SHA512: ece5b85bca7f11e11d47c0674a6b96a72c3bb65dd02ab25553db511a001a9fc682c0ff8276e39d979fdd1f57a64137f586cfa548aab5c08cd9341455217b9181
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