update readme for freebsd

This commit is contained in:
Jeff Becker 2019-12-16 08:59:38 -05:00
parent b5686dab93
commit 8ab97e58c6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 5 additions and 3 deletions

View File

@ -171,11 +171,13 @@ install (root):
build:
$ pkg install cmake git curl libuv-1.27.0 libsodium
$ pkg install cmake git curl libuv libsodium
$ git clone https://github.com/loki-project/loki-network
$ cd loki-network
$ gmake -j8
$ mkdir build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
install (root):
# gmake install
# make install