From 2fe889d703b3988e4d79f701aeb381753f7ab0cd Mon Sep 17 00:00:00 2001 From: Kee Jefferys Date: Wed, 6 Jan 2021 00:25:28 +1100 Subject: [PATCH 1/2] Build Instructions This is what i needed to build --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13cb3d2..64ae82e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Block explorer using Loki 8+ LMQ RPC interface that does everything through RPC requests. Sexy, awesome, safe. +## Prerequisite packages + +sudo apt install build-essential pkg-config libsodium-dev libzmq3-dev python3 dev python3-flask python3-babel python3-pygments + ## Building and running Quick and dirty setup instructions for now: @@ -15,8 +19,7 @@ Quick and dirty setup instructions for now: make -j6 cd ../.. ln -s pylokimq/build/pylokimq/pylokimq.cpython-*.so . - sudo apt install python3-flask python3-babel python3-pygments - + (Note that we require a very recent python3-jinja package (2.11+), which may not be installed by the above.) From 8bac558d6f58084017738c64687982a1e3433792 Mon Sep 17 00:00:00 2001 From: Kee Jefferys Date: Wed, 6 Jan 2021 02:10:19 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64ae82e..f5f1a2b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ awesome, safe. ## Prerequisite packages -sudo apt install build-essential pkg-config libsodium-dev libzmq3-dev python3 dev python3-flask python3-babel python3-pygments +sudo apt install build-essential pkg-config libsodium-dev libzmq3-dev python3-dev python3-flask python3-babel python3-pygments ## Building and running