mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
update readme with build instructions
This commit is contained in:
parent
7c1914a466
commit
773271f500
25
README.md
25
README.md
|
@ -6,6 +6,31 @@ Notice: git submodules are used so make sure to clone this repository recursivel
|
|||
|
||||
git clone --recursive https://github.com/purplei2pd/i2pd-tools
|
||||
|
||||
## Building
|
||||
|
||||
### Dependencies
|
||||
|
||||
* boost chrono
|
||||
* boost date-time
|
||||
* boost filesystem
|
||||
* boost program-options
|
||||
* libssl
|
||||
|
||||
```bash
|
||||
sudo apt-get install \
|
||||
libboost-chrono-dev \
|
||||
libboost-date-time-dev \
|
||||
libboost-filesystem-dev \
|
||||
libboost-program-options-dev \
|
||||
libboost-system-dev \
|
||||
libboost-thread-dev \
|
||||
libssl-dev
|
||||
```
|
||||
|
||||
### Building
|
||||
|
||||
make
|
||||
|
||||
## Tools included
|
||||
|
||||
### keygen
|
||||
|
|
Loading…
Reference in a new issue