From b7bbb7f40dd9708d70a67c3d95c4325ee8831938 Mon Sep 17 00:00:00 2001 From: majestrate Date: Mon, 13 Dec 2021 22:53:53 -0500 Subject: [PATCH] Update readme.md fix readme, do not use static deps. --- readme.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/readme.md b/readme.md index bd4e7a722..f9e5847dc 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,7 @@ Build requirements: * C++ 17 capable C++ compiler * libuv >= 1.27.0 * libsodium >= 1.0.18 +* libssl (for lokinet-bootstrap) * libcurl (for lokinet-bootstrap) * libunbound * libzmq @@ -48,11 +49,6 @@ If you are not on a platform supported by the debian packages or if you want to $ cd lokinet $ mkdir build $ cd build - $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON -DCMAKE_BUILD_TYPE=Release - $ make -j$(nproc) - -If you dont want to do a static build install the dependancies and run: - $ cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF $ make -j$(nproc)