Skip to content

Commit

Permalink
Merge pull request dashpay#21 from sarotech/patch-1
Browse files Browse the repository at this point in the history
FreeBSD instructions in build-unix.md
  • Loading branch information
erkmos committed May 15, 2014
2 parents 6fd5e5d + 8fdad4b commit 866d7bc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,31 @@ Optional:
sudo apt-get install libminiupnpc-dev (see USE_UPNP compile flag)


Dependency Build Instructions: FreeBSD 8.x/9.x
----------------------------------------------
Build and install dependencies manually via ports:

cd /usr/ports/net/miniupnpc && make install clean
cd /usr/ports/devel/gmake && make install clean
cd /usr/ports/databases/db48 && make install clean
cd /usr/ports/devel/boost-libs && make install clean

Or using portmaster:

portmaster -d net/miniupnpc devel/gmake databases/db48 devel/boost-libs


Enable miniupnpc system startup by modifying /etc/rc.conf and adding the following:

miniupnpc_enable="YES"


To compile Vertcoin with GNU make:

cd src/
gmake -f makefile.fbsd


Notes
-----
The release is built with GCC and then "strip bitcoind" to strip the debug
Expand Down

0 comments on commit 866d7bc

Please sign in to comment.