mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-01-25 22:14:23 +00:00
Merge pull request #80 from LinuxoidLinuxoidovich/patch-1
Added build from sources in Arch/Manjaro
This commit is contained in:
commit
40159dd4ef
@ -78,7 +78,15 @@ You may also build deb-package with the following:
|
|||||||
sudo apt-get install fakeroot devscripts dh-apparmor
|
sudo apt-get install fakeroot devscripts dh-apparmor
|
||||||
cd i2pd
|
cd i2pd
|
||||||
debuild --no-tgz-check -us -uc -b
|
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
|
Fedora/Centos
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user