make that part look nicer

pull/3/head
randomrng 2017-02-19 23:03:01 +01:00
parent 8be0f5290a
commit 49c2ec0c0c
1 changed files with 7 additions and 6 deletions

View File

@ -61,13 +61,14 @@ You will need a compiler and other tools that could be installed with `build-ess
Also you will need a bunch of development libraries:
sudo apt-get install \
libboost-date-time-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libboost-system-dev \
libssl-dev \
sudo apt-get install << EOF
libboost-date-time-dev
libboost-filesystem-dev
libboost-program-options-dev
libboost-system-dev
libssl-dev
zlib1g-dev
EOF
If you need UPnP support miniupnpc development library should be installed (don't forget to rerun CMake with needed option):