mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
Add Arch Linux support to documentation.
This commit is contained in:
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…
Reference in New Issue
Block a user