summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-03-28 05:31:41 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-03-28 05:31:41 +0000
commit70ba366bf8dd2b375ec5231478e2ac381f5d6c33 (patch)
tree7791ae3f1998557bf0efa601674d2accaf5c97d4
parentd3527ba9a36a7472b9aa1a9e362e26d4d383031d (diff)
fixed instructions for untaring
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@298 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r--gtk-recordmydesktop/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk-recordmydesktop/INSTALL b/gtk-recordmydesktop/INSTALL
index fabb3a3..6478003 100644
--- a/gtk-recordmydesktop/INSTALL
+++ b/gtk-recordmydesktop/INSTALL
@@ -14,14 +14,14 @@ recordMyDesktop 3.0
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
+~$ tar -xvf gtk-recordmydesktop-x.y.z.tar
~$ cd gtk-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
+will prevent some problems when running the program
(if you get messages about module recordMyDesktop not found,
you have to use it).
© All Rights Reserved