@ -5,6 +5,7 @@ First of all we need to make sure that all dependencies are satisfied.
@@ -5,6 +5,7 @@ First of all we need to make sure that all dependencies are satisfied.
Make sure you have all required dependencies for your system successfully installed.
@ -56,6 +57,35 @@ cd i2pd
@@ -56,6 +57,35 @@ cd i2pd
debuild --no-tgz-check
```
Fedora/Centos
-------------
You will need a compiler and other tools to perform a build:
```bash
sudo yum install make cmake gcc gcc-c++
```
*Latest Fedora system using [DNF](https://en.wikipedia.org/wiki/DNF_(software)) instead of YUM by default, you may prefer to use DNF, but YUM should be ok*
> *Centos 7 has CMake 2.8.11 in the official repositories that too old to build i2pd, CMake >=2.8.12 is required*
> You could build CMake for Centos manualy(WARNING there are a lot of build dependencies!):