GNU/Linux: sstf_linux.tgz
OS X: sstf_osx.tgz
Windows: sstf_win32.zip
Source: sstf_src.tgz

Download the appropriate files for your operating system.

Decompress by double-clicking on the file, or run a command in the terminal:

GNU/Linux: tar zxvf sstf_linux.tgz

Mac OS X: tar zxvf sstf_osx.tgz

Windows: unzip sstf_win32.zip

Copy the 'sstf' folder to your programs folder or wherever you wish to run it from. Please note that you must move the folder with all its contents together.

Check the 'README.txt' file for any notes specific to your platform.

Double click the application to start it.

In GNU/Linux you may need to run the command in a terminal:

./runsstf.sh

To compile from source you will need to install the OpenFrameworks API. The Spirits of Sound at the Teenage Fair was built with OpenFrameworks pre-release version 0.06. A Makefile, CodeBlocks project file, and XCode project file are included in the source for building on different platforms. Install the source into a directory called 'myApps' in your OpenFrameworls 'apps' directory. The project should build finding the correct libraries from there. If you have problems compiling consult the OpenFrameworks website.