diff options
author | biocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-13 00:08:45 +0000 |
---|---|---|
committer | biocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-13 00:08:45 +0000 |
commit | dad971c4a423e39a6cc6886585d25150e0d12c8f (patch) | |
tree | 2cce86963b3fb5de48768395f9a071bb52e3bba6 /recordmydesktop/INSTALL | |
parent | f635ae4bbdb7397764fbc4b1b1cfd6cde2d2ecce (diff) |
This commit was generated by cvs2svn to compensate for changes in r3,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@4 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/INSTALL')
-rw-r--r-- | recordmydesktop/INSTALL | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/recordmydesktop/INSTALL b/recordmydesktop/INSTALL new file mode 100644 index 0000000..fe3d120 --- /dev/null +++ b/recordmydesktop/INSTALL @@ -0,0 +1,33 @@ +To compile the program you have to go through the regular drill: + +~$ gzip -d recordmydesktop-x.y.z.tar.gz +~$ tar -x recordmydesktop-x.y.z.tar +~$ cd recordmydesktop-x.y.z +~$ ./configure +~$ make +~$ sudo make install + + +You will need the development headers for the following: +alsa (libasound) +X +libXext +libXdamage +libogg +libvorbis +libtheora + +As well 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 +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. + + |