From e27c3f93d4a5e092e27b9e66265214fc48166a37 Mon Sep 17 00:00:00 2001 From: iovar Date: Wed, 4 Oct 2006 16:34:55 +0000 Subject: minor additions-changes git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@83 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/INSTALL | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'recordmydesktop/INSTALL') 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. -- cgit v1.2.3