From a811c9986cad3e9a5c108fceb760e7e76a7dd65a Mon Sep 17 00:00:00 2001 From: kraxel Date: Wed, 3 Nov 2004 11:54:38 +0000 Subject: Initial revision --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..a781a8c --- /dev/null +++ b/README @@ -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 -- cgit