summaryrefslogtreecommitdiff
path: root/recordmydesktop/INSTALL
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-10-04 16:34:55 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-10-04 16:34:55 +0000
commite27c3f93d4a5e092e27b9e66265214fc48166a37 (patch)
tree5ec47cf474f3192c915e01ab2bcd8653b839a311 /recordmydesktop/INSTALL
parent837c8ae10f528b16f25f6d103e86d4e7cb0a540f (diff)
minor additions-changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@83 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/INSTALL')
-rw-r--r--recordmydesktop/INSTALL10
1 files changed, 7 insertions, 3 deletions
diff --git a/recordmydesktop/INSTALL b/recordmydesktop/INSTALL
index 607c33e..393bf2e 100644
--- a/recordmydesktop/INSTALL
+++ b/recordmydesktop/INSTALL
@@ -8,7 +8,9 @@ To compile the program you have to go through the regular drill:
~$ sudo make install
-You will need the development headers for the following:
+You will need the development headers(i.e. packages ending with -dev or -devel
+depending on the distribution you use) for the following:
+
alsa (libasound)
X
libXext
@@ -18,7 +20,9 @@ libogg
libvorbis
libtheora
-As well the regular headers, plus the ones for pthreads
+Additionally you may need libICE-dev.
+
+Last, you need 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
@@ -30,5 +34,5 @@ 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.
-
+If you are interested in this please let me know.
© All Rights Reserved