Add instructions for CVS.

This commit is contained in:
rocky
2004-08-12 09:22:23 +00:00
parent b9da06c3b5
commit c5c0813ded

View File

@@ -1,6 +1,10 @@
If you check out the source from CVS run
./autogen.sh then follow as below, except you don't need to run
./configure.
To compile the source:
MAKE=gmake ./configure # if using POSIX shell
./configure MAKE=gmake
make
make check
make install # may have to do this as root
@@ -11,6 +15,7 @@ section. You might also try the option --without-versioned-libs. However
this option does help with the situtation described below so it is
preferred all other things being equal.
VCD dependency:
---------------
One thing that confuses people is the "dependency" on libvcdinfo from
@@ -66,4 +71,4 @@ spent far more time on this platform than I care for. If someone is
interested in fixing the Microsoft OS support great.
$Id: README.libcdio,v 1.7 2004/06/30 23:44:20 rocky Exp $
$Id: README.libcdio,v 1.8 2004/08/12 09:22:23 rocky Exp $