Skip to content

Commit

Permalink
Add missing ubuntu packages
Browse files Browse the repository at this point in the history
The compiling documentation for Ubuntu 16.04 missed packages necessary to execute the subsequent commands.
  • Loading branch information
pkel authored Jan 21, 2019
1 parent 304e1ff commit 9d4723c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Ubuntu 16.04
sudo apt install cmake libtool autoconf libboost-filesystem-dev libboost-iostreams-dev \
libboost-serialization-dev libboost-thread-dev libboost-test-dev libssl-dev libjsoncpp-dev \
libcurl4-openssl-dev libjsoncpp-dev libjsonrpccpp-dev libsnappy-dev zlib1g-dev libbz2-dev \
liblz4-dev libzstd-dev libjemalloc-dev libsparsehash-dev python3-dev python3-pip
liblz4-dev libzstd-dev libjemalloc-dev libsparsehash-dev python3-dev python3-pip \
git gcc-7 g++-7
git clone https://github.com/citp/BlockSci.git
cd BlockSci
Expand Down Expand Up @@ -55,4 +56,4 @@ Mac OS 10.13
sudo make install
cd ..
pip3 install -e blockscipy
pip3 install -e blockscipy

0 comments on commit 9d4723c

Please sign in to comment.