
It's almost very simple. Just type 'make install'.

One serious problem though. The SoundKit headers are required. Just get the source code from the Darwin project, and copy the headers into /System/Library/PrivateFrameworks/SoundKit.framework/Headers. You'll also need to modiy Sound.h. Just remove the line '#import <streams/streams.h>' and add the line '@class NXStream'. That should do it.

