mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-18 23:36:39 +01:00
* BUILD_NOTES.md : add hints for building deb
This commit is contained in:
parent
43299aea10
commit
80a0a3d4fb
1 changed files with 8 additions and 2 deletions
|
@ -35,8 +35,8 @@ Available cmake options:
|
||||||
* WITH_UPNP -- build with UPnP support (requires libupnp)
|
* WITH_UPNP -- build with UPnP support (requires libupnp)
|
||||||
* WITH_PCH -- use pre-compiled header (experimental, speeds up build)
|
* WITH_PCH -- use pre-compiled header (experimental, speeds up build)
|
||||||
|
|
||||||
Debian
|
Debian/Ubuntu
|
||||||
------
|
-------------
|
||||||
|
|
||||||
For building from source on debian system you will need the following "-dev" packages:
|
For building from source on debian system you will need the following "-dev" packages:
|
||||||
|
|
||||||
|
@ -51,6 +51,12 @@ For building from source on debian system you will need the following "-dev" pac
|
||||||
* zlib1g-dev (libssl-dev already depends on it)
|
* zlib1g-dev (libssl-dev already depends on it)
|
||||||
* libminiupnpc-dev (optional, if WITH_UPNP=ON)
|
* libminiupnpc-dev (optional, if WITH_UPNP=ON)
|
||||||
|
|
||||||
|
You may also build deb-package with the following:
|
||||||
|
|
||||||
|
apt-get install build-essential fakeroot devscripts
|
||||||
|
cd i2pd
|
||||||
|
debuild --no-tgz-check # building from git repo
|
||||||
|
|
||||||
FreeBSD
|
FreeBSD
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue