posted ago by fuckthespooks ago by fuckthespooks +3 / -0

Install I2PChat on Ubuntu instructions:

Install QMake

Next install qt 5.15.3: https://download.qt.io/official_releases/qt/5.15/5.15.3/single/qt-everywhere-opensource-src-5.15.3.tar.xz

Read README

Open in terminal folder

./configure

Tyoe o and then y

Type make

Install I2PChat : https://vituperative.github.io/i2pchat/I2PChat0.2.37-Linux.zip

I2PChat requires Qt 5.14 or newer to build.

To prepare for compilation, run qmake:

Release: qmake I2PChat.pro "CONFIG += release"

Debug: qmake I2PChat.pro "CONFIG += debug"

To complile:

make -j NUMBER_OF_PROCESSOR_CORES
e.g make -j8

or make
to compile single-threaded

I recommend you compile multi threaded so you can use all your cores otherwise it will take FOREVER.

I assume you already have I2P. If not install I2P: https://geti2p.net/en/download Ubuntu link: https://geti2p.net/en/download/debian

Terminal i2p router start

Enable SAM - http://127.0.0.1:7657/configclients

Restart I2P once.

Done!