diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 16:47:00 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 16:47:00 -0700 |
commit | 3625160acc1715fc380f58ec3c4248485bed2370 (patch) | |
tree | dc95a32d81daac298cef69879a639029797fb762 /qt-recordmydesktop/INSTALL | |
parent | cfcca8681b88a171fb2cdbb83daa5f22bbedb6b8 (diff) |
*: drop {gtk,qt}-recordmydesktop subdirs
This restores the recordmydesktop/ subdir as root from the mirror I
cloned by fork from.
I have no particular interest in the gtk/qt frontends and it doesn't
appear they were part of a single tree in the past. But I will
probably preserve backwards compatibility of the cli so they can
continue to work with this fork installed.
Diffstat (limited to 'qt-recordmydesktop/INSTALL')
-rw-r--r-- | qt-recordmydesktop/INSTALL | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/qt-recordmydesktop/INSTALL b/qt-recordmydesktop/INSTALL deleted file mode 100644 index 44e4137..0000000 --- a/qt-recordmydesktop/INSTALL +++ /dev/null @@ -1,35 +0,0 @@ -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.8 - -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 - |