in reply to Re^8: building a "realtime" software synth
in thread building a "realtime" software synth

Provided you have gcc installed under cygwin, you can open a bash shell and do:
perl Makefile.PL make && make test && make install
The && here indicate that you'll only install if the tests succeed (just like in perl).

Under cygwin, you generally follow the UNIX installation instructions, and it should work. I'm installing cygwin at the moment, so I'll give it a try myself. (Will take some time to download everything, though)

Replies are listed 'Best First'.
Re^10: building a "realtime" software synth
by b4e (Sexton) on Jul 20, 2004 at 16:47 UTC
    ok, cool.
    i'm currently downloading gcc.