diff options
author | kraxel <kraxel> | 2004-11-03 11:54:38 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2004-11-03 11:54:38 +0000 |
commit | a811c9986cad3e9a5c108fceb760e7e76a7dd65a (patch) | |
tree | 071a9ed36e10f7453355b47fe4d719d06fd7f279 | |
download | krecord-a811c9986cad3e9a5c108fceb760e7e76a7dd65a.tar.gz |
Initial revision
-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> |