Tintii requires:
These are commonly installed with Linux distributions or readily available through package managers. You may need to install both boost and boost-devel packages, and wxGTK and wxGTK-devel, packages in order to compile.
To compile and install the program use:
./configure --disable-assert CXXFLAGS="-O3 -g" make make install
The given configure options are highly recommended to ensure smooth performance of the user interface.
To run the program after compilation and installation, use:
tintii
You may also specify the file name of an image to open initially using the --path option:
tintii --path example.jpg