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.
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.
To launch Tundradraw, simply click Start » Programs » TundraDraw » TundraDraw.
To build Tundradraw from sourcecode you need:
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.
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.