----------
Mac OS X:
Dependencies:
Python - http://python.org/download/
wxPython - http://wxpython.org/download.php#binaries
Csound - http://csound.sourceforge.net/#Downloads
svn - http://subversion.tigris.org/project_packages.html
Once all packages are installed, open a Terminal window and type:
svn checkout http://ounk.googlecode.com/svn/trunk/ ounk-read-only
This will creates a folder named ounk-read-only with all sources
needed by Ounk.
To start Ounk, type:
cd ounk-read-only
python Ounk.py
If you want to run Csound with higher priority, start Ounk as root.
----------
Windows:
Dependencies:
Python - http://python.org/download/
wxPython - http://wxpython.org/download.php#binaries
Csound - http://csound.sourceforge.net/#Downloads
svn - http://subversion.tigris.org/project_packages.html
! You will probably need to add a Python25 folder path to the system PATHS !
Once all packages are installed, open a prompt commands window and type:
svn checkout http://ounk.googlecode.com/svn/trunk/ ounk-read-only
This will create a folder named ounk-read-only with all sources needed by Ounk.
To start Ounk, type:
cd ounk-read-only
python Ounk.py
----------
Linux:
Dependencies:
Python - wxPython - Csound (install from latest sources) - svn -
alsa-oss - scons
alsa-oss is needed to allow multiple csound processes running at the
same time when using alsa or portaudio.
jack can also be used to play multiple csounds at the same time.
Csound must be compiled with portaudio, jack, alsa, osc and fluidsynth
enabled. Edit the SConstruct file.
Once all packages are installed, open a Terminal window and type:
svn checkout http://ounk.googlecode.com/svn/trunk/ ounk-read-only
This will creates a folder named ounk-read-only with all sources
needed by Ounk.
To start Ounk, type:
cd ounk-read-only
python Ounk.py
----------
Misc:
If Psyco is found on your system, Ounk will use it:
http://psyco.sourceforge.net/download.html