Merge pull request #1 from loki-project/UpdateBuildInstructions

Build Instructions
This commit is contained in:
Jason Rhinelander 2021-01-06 22:43:54 -04:00 committed by GitHub
commit 99974f11eb
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.)