((lambda (x) (x x)) (lambda (x) (x x)))

Monday, September 29, 2008

SPR Build Lab Notes

For the build lab, I downloaded the latest version of Csound (a C-like language for musical composition and synthesis in which source files compile to either audio or MIDI output files).

Building the package was a little unusual, but not to dificult: rather than the standard configure and make set, the package had to be build using a system called 'scons'. After resolving this dependency, as well as acquiring the development headers for libsndfile, the build and install proceeded flawlessly.

No comments: