in reply to Re^8: building a "realtime" software synth
in thread building a "realtime" software synth
The && here indicate that you'll only install if the tests succeed (just like in perl).perl Makefile.PL make && make test && make install
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 |