Skip to content

Commit 38a1b0b

Browse files
committed
doc: remove unneeded documentation on basic package management on FreeBSD
This is in reference to #24618
1 parent f05cf59 commit 38a1b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide describes how to build bitcoind, command-line utilities, and GUI on F
77
## Preparation
88

99
### 1. Install Required Dependencies
10-
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.
10+
Run the following as root to install the base dependencies for building.
1111

1212
```bash
1313
pkg install autoconf automake boost-libs git gmake libevent libtool pkgconf

0 commit comments

Comments
 (0)