From de4b2a2542b1d2db2592386840a9336cbd79aa84 Mon Sep 17 00:00:00 2001 From: self-related <105994362+self-related@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:42:26 +0300 Subject: [PATCH] Update unix.md --- docs/devs/building/unix.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index aa90ada..8ee3398 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -107,6 +107,10 @@ If you need UPnP support miniupnpc development library should be installed (don' sudo yum install miniupnpc-devel + For static builds boost-static is needed: + + sudo yum install boost-static + Latest Fedora systems 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 >=3.7 is required.