mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-02-10 13:54:13 +00:00
added test call example and install cmake to debian/ubuntu section (#93)
This commit is contained in:
parent
45929f70c2
commit
8d83d6927e
@ -27,6 +27,11 @@ Generic build process looks like this (with cmake):
|
|||||||
cd i2pd/
|
cd i2pd/
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Then run the tests:
|
||||||
|
|
||||||
|
cd i2pd/tests/
|
||||||
|
make
|
||||||
|
|
||||||
After successful build i2pd could be installed with:
|
After successful build i2pd could be installed with:
|
||||||
|
|
||||||
make install
|
make install
|
||||||
@ -55,9 +60,9 @@ Also there is `-L` flag for CMake that could be used to list current cached opti
|
|||||||
Debian/Ubuntu
|
Debian/Ubuntu
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
You will need a compiler and other tools that could be installed with `build-essential` and `debhelper` packages:
|
You will need a compiler and other tools that could be installed with `build-essential`, `debhelper` and `cmake` packages:
|
||||||
|
|
||||||
sudo apt-get install build-essential debhelper
|
sudo apt-get install build-essential debhelper cmake
|
||||||
|
|
||||||
Also you will need a bunch of development libraries:
|
Also you will need a bunch of development libraries:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user