diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-09-25 05:21:00 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-09-25 05:21:00 +0000 |
commit | 4c9d7a6878a20fa9013a31f120a10ab62ff6aab1 (patch) | |
tree | 2e8ee3cbfdbb7ad0f4181d50acddd76033dca294 /gtk-recordmydesktop/INSTALL | |
parent | 082d8003ac4fe3c406c743079bd49b0d86d8a63e (diff) |
remove distutils based project
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@68 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'gtk-recordmydesktop/INSTALL')
-rw-r--r-- | gtk-recordmydesktop/INSTALL | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/gtk-recordmydesktop/INSTALL b/gtk-recordmydesktop/INSTALL deleted file mode 100644 index 8c6356c..0000000 --- a/gtk-recordmydesktop/INSTALL +++ /dev/null @@ -1,67 +0,0 @@ -NOTICE: -gtk-recordMyDesktop is ONLY A FRONTEND to recordMyDesktop. You have to obtain and -install that first. - -DEPENDENCIES: - -PyGTK >= 2.4 -Gnome Python Extras >= 2.11.3 -recordMyDesktop 2.5 - - -INSTALLING recordMyDesktop(the backend): - -First step is of course to obtain it. If you haven't done so already -you can get the source code here: - -http://recordmydesktop.sourceforge.net - - -To compile the program you have to go through the regular drill: - -~$ gzip -d recordmydesktop-x.y.z.tar.gz -~$ tar -x recordmydesktop-x.y.z.tar -~$ cd recordmydesktop-x.y.z -~$ ./configure -~$ make -~$ sudo make install - - -You will need the development headers for the following: -alsa (libasound) -X -libXext -libXdamage -libXfixes -libogg -libvorbis -libtheora - -As well the regular headers, plus the ones for pthreads -(both of which you should have if you have compiled anything else before). - -Of the above, the most likely to be missing are probably those of libXdamage and libtheora -but any recent linux distribution should offer an easy way to get them. - - - - -Compiling on *BSD or other *nix flavors is not going to work(because of the alsa dependency) -but it shouldn't be too much of a hassle to change that(at least by disabling sound capture). -Future versions might include support for OSS-based sound capture. - - -INSTALLING gtk-recordMyDesktop(the frontend): - -~$ gzip -d gtk-recordMyDesktop-x.y.z.tar.gz -~$ tar -x gtk-recordMyDesktop-x.y.z.tar -~$ cd gtk-recordMyDesktop-x.y.z -~$ sudo python setup.py 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 - |