diff --git a/README.libcdio b/README.libcdio index d9cf65f9..d2931b0a 100644 --- a/README.libcdio +++ b/README.libcdio @@ -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 $ \ No newline at end of file +$Id: README.libcdio,v 1.8 2004/08/12 09:22:23 rocky Exp $