From: mikepolniak <mik...@ad...> - 2001-08-22 23:21:45
|
Discovered Kreatecd today while browsing freshmeat and installed it on my Slackware8/kde2.2 system. I liked the features and it was easy to use (much less clutter than xcdroast). For my first project i burned my *.ogg files on-the-fly and it worked out fine. No bugs yet, i will test some more and report any. The only glitch was with the install. With kde-2.2 i have to set-up links in /opt/kde-2.2/lib to point to the new lib*.so.3.0.0 files since make uses lib*.so but kde2.2 uses lib*.so.3 links e.g. > ln -s libkfile.so.3.0.0 libkfile.so etc. for libksycoca libkio libkdeui libkdecore libDCOP(1.0.0) libkdesu(1.0.0) libkssl(2.0.2) Can this be fixed in the Makefile? |