Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
寮 (ryo@social.076.ne.jp)'s status on Thursday, 01-Dec-2022 14:41:09 JST寮 @charliebrownau @djsumdog @Paultron There is a pre-compiled i2pd binary in the Debian and Devuan repos, but it's the old and broken version.
So instead, do this:
wget https://github.com/PurpleI2P/i2pd/archive/refs/tags/2.44.0.tar.gz
tar zxfv 2.44.0.tar.gz
cd i2pd-2.44.0
make
sudo make install