Installation on Linux (and other Unix-like OS)
Requirements
Tintii requires:
- wxWidgets v2.8 or later, v2.9 or later recommended (www.wxwidgets.org),
- Boost.uBLAS and Boost.Random (www.boost.org),
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.
Installation
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.
Running
To run the program after compilation and installation, use:
tintii
You may also specify the file name of an image to open initially:
tintii example.jpg
