mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-16 00:12:43 +00:00
Update README and BUILD_NOTES.
This commit is contained in:
parent
5d00ad6473
commit
0979f0d2f2
@ -63,6 +63,8 @@ The client should now reseed by itself.
|
||||
|
||||
By default, the web console is located at http://localhost:7070/.
|
||||
|
||||
For a list of cmake options, see build/BUILD_NOTES.md
|
||||
|
||||
Building Unit Tests
|
||||
-------------------
|
||||
|
||||
@ -73,7 +75,7 @@ On Ubuntu/Debian based
|
||||
|
||||
To build the tests, run
|
||||
|
||||
$ make tests
|
||||
$ cmake .. -DWITH_TESTS=ON
|
||||
|
||||
|
||||
Cmdline options
|
||||
|
@ -1,14 +1,6 @@
|
||||
Build notes
|
||||
===========
|
||||
|
||||
Common build/install process:
|
||||
|
||||
* git clone https://github.com/PrivacySolutions/i2pd.git
|
||||
* cd i2pd/build
|
||||
* cmake -DCMAKE_BUILD_TYPE=Release <more options> .
|
||||
* make
|
||||
* make install
|
||||
|
||||
Available cmake options:
|
||||
|
||||
* CMAKE_BUILD_TYPE -- build profile (Debug/Release)
|
||||
@ -27,6 +19,9 @@ Required "-dev" packages:
|
||||
* libboost-date-time-dev
|
||||
* libcrypto++-dev
|
||||
|
||||
Optional packages:
|
||||
* libboost-test-dev
|
||||
|
||||
FreeBSD
|
||||
-------
|
||||
|
||||
@ -45,7 +40,3 @@ To use newer compiler you should set these variables:
|
||||
export CXX=/usr/local/bin/g++47
|
||||
|
||||
Replace "47" with your actual gcc version
|
||||
|
||||
Branch 10.X has more reliable clang version, that can finally build i2pd,
|
||||
but i still recommend to use gcc, otherwise you will fight it's bugs by
|
||||
your own.
|
||||
|
Loading…
Reference in New Issue
Block a user