Browse Source

update debian building info (closes PurpleI2P/i2pd#1639)

pull/52/head
R4SAS 3 years ago committed by GitHub
parent
commit
c90d000051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/devs/building/unix.md

4
docs/devs/building/unix.md

@ -59,9 +59,9 @@ Also there is `-L` flag for CMake that could be used to list current cached opti @@ -59,9 +59,9 @@ Also there is `-L` flag for CMake that could be used to list current cached opti
Debian/Ubuntu
-------------
You will need a compiler and other tools that could be installed with `build-essential` package:
You will need a compiler and other tools that could be installed with `build-essential` and `debhelper` packages:
sudo apt-get install build-essential
sudo apt-get install build-essential debhelper
Also you will need a bunch of development libraries:

Loading…
Cancel
Save