mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
update readme for freebsd
This commit is contained in:
parent
b5686dab93
commit
8ab97e58c6
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue