Add Arch Linux support to documentation.

pull/278/head
anonimal 9 years ago
parent 65b5a6773e
commit 7c924e13d9

@ -3,9 +3,15 @@ Building
On Ubuntu/Debian based
* sudo apt-get install libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libcrypto++-dev libboost-date-time-dev
* $ cd i2pd/build
* $ cmake ..
* $ make
On Arch Linux
* sudo pacman -Syu cmake boost crypto++
Then, build:
$ cd i2pd/build
$ cmake ../
$ make
Then, run it:

@ -13,6 +13,14 @@ Required "-dev" packages:
Optional packages:
* libboost-test-dev
Arch
----
Required packages:
*cmake
*boost
*crypto++
FreeBSD
-------

Loading…
Cancel
Save