How-to deploy on Windows:
--------------------------
1. Change to the deploy folder
2. Run deploy_Win32.bat
3. [Optional] Add more samples to the dist\data folder
4. [Optional] Test the newly created package in folder dist.
5. Run NISEDIT with one of the desired scripts (SolidTA_:test,large,small) to obtain the installer.
6. Rename the SolidTA_install.exe to a proper name and archive the installer.

How-to deploy on Linux:
--------------------------
1. Change to the deploy folder
2. Copy the dependency folders: PyOpenGL, img, etc. (not sta_extern?)
3. Run fixso.run in the deployment folder (e.g., build/exe.linux-i686-2.5)
4. [Optional] Test the newly created package
5. Copy all but fixso.run into a SolidTA folder
6. run tar -cvzf SolidTA.tgz SolidTA/ above the SolidTA folder