installing tundradraw on windows

You can install Tundradraw in a Win32 environment in two different ways; by downloading the binary release and using the Tundradraw Installer executable, or by compiling Tundradraw from source code.

Installing tundradraw with the installer

installing tundradraw

To install Tundradraw, run tundradraw-install.exe to launch the Tundradraw Installer and follow the instructions.

Once the Tundradraw Installer finishes it's work, a program group with Tundradraw shortcuts will be created on your machine.

launching tundradraw

To launch Tundradraw, simply click Start » Programs » TundraDraw » TundraDraw.

 

building tundradraw from source

pre-requisites and system requirements for compilation

To build Tundradraw from sourcecode you need:

Installing QT

QT has it's own installation executable. Simply launch that and follow the instructions. Check the box to add the QT environment. After QT finishes installing you are ready to continue.

creating the tundradraw visual c++ project

There is a file in the Tundradraw source release in the src/ directory called make_vcproj.bat

Simply run the batch file to create the project.

make_vcproj.bat

After the project file has been created by qmake, open the project in Visual C++, and build as usual.