Browse Source

build with make added

pull/381/head
orignal 8 years ago
parent
commit
2e9689886b
  1. 7
      docs/build_notes_unix.md

7
docs/build_notes_unix.md

@ -23,6 +23,13 @@ After successfull build i2pd could be installed with: @@ -23,6 +23,13 @@ After successfull build i2pd could be installed with:
```bash
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
-------------

Loading…
Cancel
Save