From c040a1510ad8e174bdd724cab36c6f27fa8425c7 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 23 Jun 2021 06:54:51 -0400 Subject: [PATCH] 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 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index dc6a7d286..a1620ac89 100644 --- a/readme.md +++ b/readme.md @@ -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