From 5016a3741aa2f3a4487eb71a447539bc2b524c9c Mon Sep 17 00:00:00 2001 From: LinuxoidLinuxoidovich <94440930+LinuxoidLinuxoidovich@users.noreply.github.com> Date: Tue, 14 Feb 2023 13:45:24 +0000 Subject: [PATCH] Added build from sources in Arch/Manjaro --- docs/devs/building/unix.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index 82e4564..84b7bde 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -78,7 +78,15 @@ You may also build deb-package with the following: sudo apt-get install fakeroot devscripts dh-apparmor cd i2pd debuild --no-tgz-check -us -uc -b +Arch/Manjaro +------------- +You will need a compiler and other tools that could be installed with `base-devel` package: + + sudo pacman -S base-devel +Also you will need a bunch of libraries + + sudo pacman -S boost zlib openssl Fedora/Centos -------------