Browse Source

update readme with build instructions

pull/2/head
Jeff Becker 8 years ago
parent
commit
773271f500
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 25
      README.md

25
README.md

@ -6,6 +6,31 @@ Notice: git submodules are used so make sure to clone this repository recursivel @@ -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…
Cancel
Save