diff options
Diffstat (limited to 'gtk-recordmydesktop')
-rw-r--r-- | gtk-recordmydesktop/INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk-recordmydesktop/INSTALL b/gtk-recordmydesktop/INSTALL index c826d10..fabb3a3 100644 --- a/gtk-recordmydesktop/INSTALL +++ b/gtk-recordmydesktop/INSTALL @@ -16,10 +16,14 @@ 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 +~$ ./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. |