Added build from sources in Arch/Manjaro

revert-104-patch-6
LinuxoidLinuxoidovich 2023-02-14 13:45:24 +00:00 committed by GitHub
parent 67a1141cfc
commit 5016a3741a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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
-------------