Build Instructions

This is what i needed to build
This commit is contained in:
Kee Jefferys 2021-01-06 00:25:28 +11:00 committed by GitHub
parent 77f0eec3e9
commit 2fe889d703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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.)