![]() |
DownloadCurrent version: 0.95After restructuring the whole project, kooBase is ready to be extended! The documentation is included! Still a lot of little fizzy things have to be done, and some huge things as well ;-)To install the package, download kooBase-0.95.tgz, type tar -xzvf kooBase-0.95.tgz cd kooBase-0.95 ./configure make make installTo install the old version, just download kooBase-0.92.tgz, type tar -xzvf kooBase-0.92.tgz cd kooBase-0.92 ./configure --with-midi=[awe|sb|pure] make make installwhere you have to be root for the last command (to install everything into the right places) and [awe|sb|pure] means you have to specify either "awe", "sb", or "pure" to indicate whether you want kooBase to be compiled for an AWE-Soundblaster, a general soundblaster or for no soundcard respectively. (The PURE version still does not work for a reason, I don't see yet!)
|