You can install Tundradraw in a Linux environment in multiple ways; For now we provide a source tarball, a debian package and an rpm package.
First, make sure you install the Qt 3 library
su
yum install qt
Next, install the rpm
rpm -Uvh tundradraw-0.5b1-1.0.i386.rpm
Make sure you install the Qt 3 library
sudo apt-get install libqt3-mt
Now, install the .deb package with dpkg
sudo dpkg --install tundradraw-0.5b1-1_i386.deb
TundraDraw will be installed into /usr/bin/tundradraw.
To build Tundradraw from sourcecode you need:
TundraDraw follows the standard configure, make, make install method of building.
./configure && make && sudo make install
If all went well, you should have a TundraDraw binary in /usr/bin/tundradraw.