diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,35 @@ + +This is a sound recorder for KDE +-------------------------------- + +Not very powerful. It can just record and playback wav-files, nothing +else. Can handle multiple files, you can drop files to it, it can +handle large sound files without problems. + + +compile +------- + +Check out the INSTALL file for build instructions. + +If you run in trouble make sure you have set the QTDIR and KDEDIR +environment variables, like this: + + $ export QTDIR=/usr/lib/qt3 + $ export KDEDIR=/opt/kde3 + +Of course you have to adopt the values to match the installation paths +on your system ... + + +usage +----- + +Have a look at the index.html file. + +Have fun, + + Gerd + +-- +Gerd Knorr <kraxel@bytesex.org> |