From 2fe889d703b3988e4d79f701aeb381753f7ab0cd Mon Sep 17 00:00:00 2001 From: Kee Jefferys Date: Wed, 6 Jan 2021 00:25:28 +1100 Subject: [PATCH] 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.)