mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
build with make added
This commit is contained in:
parent
2003b34036
commit
2e9689886b
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ After successfull build i2pd could be installed with:
|
||||||
```bash
|
```bash
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
or you can just use 'make' once you have all dependacies (boost and opensll) installed
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/PurpleI2P/i2pd.git
|
||||||
|
cd i2pd
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
Debian/Ubuntu
|
Debian/Ubuntu
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue