UmVirt LFS Package info

DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

i2pd

End-to-End encrypted and anonymous Internet

Package info

Template:
Codename: i2pd
Source file: i2pd-2.57.0.tar.gz
Source file size: 712641
Source file MD5-checkum: 86841da50258fc2d34b1570b333eba50
Source directory: i2pd-2.57.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/i/i2pd-2.57.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/i/i2pd-2.57.0.tar.gz.md5sum
Dependances: cmake, boost, miniupnpc.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build/build 
cd    build/build

cmake -D CMAKE_INSTALL_PREFIX=/usr         \
      -D WITH_UPNP=ON                      \
      -D CMAKE_INSTALL_SYSCONFDIR=/etc     \
      -D BUILD_SHARED_LIBS=ON              \
      -D CMAKE_BUILD_TYPE=Release          \
      -W no-dev ..

Build script:
cd    build/build
make

Install script:
cd    build/build
make install