update deps for source build

* change package list for static dev build
* reword the line describing why one may want to do a source build
pull/1681/head
Jeff 3 years ago committed by GitHub
parent 058e358b5c
commit c040a1510a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,9 +40,9 @@ You can install these using:
$ sudo apt install lokinet
if you want to build a dev build you can do the following:
If you are not on a platform supported by the debian packages or if you want to build a dev build, this is the most "portable" way to do it:
$ sudo apt install build-essential cmake git libcap-dev libcurl4-openssl-dev libuv1-dev libsodium-dev pkg-config
$ sudo apt install build-essential cmake git libcap-dev pkg-config automake libtool
$ git clone --recursive https://github.com/loki-project/loki-network
$ cd loki-network
$ mkdir build

Loading…
Cancel
Save