Browse Source

replace with working command

pull/26/head
l-n-s 6 years ago
parent
commit
a31f0b86f0
  1. 13
      docs/devs/building/unix.md

13
docs/devs/building/unix.md

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

Loading…
Cancel
Save