summaryrefslogtreecommitdiff
path: root/qt-recordmydesktop/INSTALL
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-04-27 02:45:30 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-04-27 02:45:30 +0000
commitbabee5fe38026e5b6210fa381aace3a19a89785f (patch)
treef9b6d82d7373c81c7420acdbb8c692bbff57fe2b /qt-recordmydesktop/INSTALL
parentde6c6f26c88d6f961f9e450edb337510d7c893f9 (diff)
This commit was generated by cvs2svn to compensate for changes in r312,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@313 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'qt-recordmydesktop/INSTALL')
-rw-r--r--qt-recordmydesktop/INSTALL35
1 files changed, 35 insertions, 0 deletions
diff --git a/qt-recordmydesktop/INSTALL b/qt-recordmydesktop/INSTALL
new file mode 100644
index 0000000..577b877
--- /dev/null
+++ b/qt-recordmydesktop/INSTALL
@@ -0,0 +1,35 @@
+NOTICE:
+qt-recordMyDesktop is ONLY A FRONTEND to recordMyDesktop. You have to obtain and
+install that first.
+If you don't have it look here:
+http://recordmydesktop.sourceforge.net
+
+DEPENDENCIES:
+
+GNU automake >=1.5
+Python >= 2.4
+Qt>=4.2
+PyQt4>=4.1
+recordMyDesktop 0.3.4
+
+To compile the program you have to go through the regular drill:
+
+~$ gzip -d qt-recordmydesktop-x.y.z.tar.gz
+~$ tar -xvf qt-recordmydesktop-x.y.z.tar
+~$ cd qt-recordmydesktop-x.y.z
+~$ ./configure --prefix=/usr/
+~$ make
+~$ sudo make install
+
+The --prefix=/usr/ option might not be necessary, but it
+will prevent some problems when running the program
+(if you get messages about module recordMyDesktop not found,
+you have to use it).
+
+
+After this you should get a menu entry under multimedia.
+If you don't get one even after a logout/login from your WM
+you can launch the program from a terminal like this:
+
+~$ qt-recordMyDesktop
+
© All Rights Reserved