summaryrefslogtreecommitdiff
path: root/gtk-recordmydesktop/INSTALL
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-09-25 07:33:56 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-09-25 07:33:56 +0000
commitcc504650ca73cd9045c4bc2f89596954d2450257 (patch)
treead04f4a71ba840d21624f3402c8e19eb207d3fc7 /gtk-recordmydesktop/INSTALL
parent4c9d7a6878a20fa9013a31f120a10ab62ff6aab1 (diff)
automake based project
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@69 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'gtk-recordmydesktop/INSTALL')
-rw-r--r--gtk-recordmydesktop/INSTALL30
1 files changed, 30 insertions, 0 deletions
diff --git a/gtk-recordmydesktop/INSTALL b/gtk-recordmydesktop/INSTALL
new file mode 100644
index 0000000..0b11900
--- /dev/null
+++ b/gtk-recordmydesktop/INSTALL
@@ -0,0 +1,30 @@
+NOTICE:
+gtk-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
+PyGTK >= 2.4 (You will need the dev package, too)
+Gnome Python Extras >= 2.11.3
+recordMyDesktop 2.5
+
+To compile the program you have to go through the regular drill:
+
+~$ gzip -d gtk-recordMyDesktop-x.y.z.tar.gz
+~$ tar -x gtk-recordMyDesktop-x.y.z.tar
+~$ cd gtk-recordMyDesktop-x.y.z
+~$ ./configure
+~$ make
+~$ sudo make install
+
+
+
+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:
+
+~$ gtk-recordMyDesktop
+
© All Rights Reserved