Mac OS X (OSX)
The easiest way to install TinTin++ on Mac OS X is by installing the Homebrew package manager first. After you've installed Homebrew you can use:
brew install tintin
That's all that's needed. If you want to install from source try:
brew install gcc
brew install make
brew install gnutls
brew install pcre
brew install zlib
brew install wget
wget https://downloads.sf.net/tintin/tintin-2.02.31.tar.gz
tar -zxvf tintin-2.02.31.tar.gz
cd tt/src
./configure
make install