installing tundradraw on linux

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.

Installing tundradraw FROM BINARY PACKAGES

installing tundradraw ON FEDORA CORE 4

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

 

INSTALLING TUNDRADRAW ON UBUNTU

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

 

launching tundradraw

TundraDraw will be installed into /usr/bin/tundradraw.

 

building tundradraw from source

pre-requisites and system requirements for compilation

To build Tundradraw from sourcecode you need:

 

COMPILING THE SOURCE

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.