1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-02-10 05:44:13 +00:00

replace with working command

This commit is contained in:
l-n-s 2018-07-05 00:03:55 -04:00
parent 5e943e2320
commit a31f0b86f0

View File

@ -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:
sudo apt-get install << EOF
libboost-date-time-dev
libboost-filesystem-dev
libboost-program-options-dev
libboost-system-dev
libssl-dev
sudo apt-get install \
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):