Note that you need to use GNU make.

This commit is contained in:
rocky
2004-03-01 01:32:39 +00:00
parent 36d792ea8e
commit 6e9b96ffe4

View File

@@ -1,15 +1,15 @@
To compile the source: To compile the source:
./configure MAKE=gmake ./configure # if using POSIX shell
make make
make check make check
make install # may have to do this as root make install # may have to do this as root
If you have problems linking libcdio or libiso9660, you might try the If you have problems linking libcdio or libiso9660, see the BSD
option --without-versioned-libs. However this option does help with section. You might also try the option --without-versioned-libs. However
the situtation described below so it is preferred all other things this option does help with the situtation described below so it is
being equal. preferred all other things being equal.
VCD dependency: VCD dependency:
--------------- ---------------
@@ -22,6 +22,14 @@ the VCD reporting portion and you don't already have vcdimager
installed, build and install libcdio, then vcdimager, then configure installed, build and install libcdio, then vcdimager, then configure
libcdio again and it should find libvcdinfo. libcdio again and it should find libvcdinfo.
BSD make vs GNU make
Unless you use --without-versioned-libs (not recommended), you need to
use GNU make which usually can be found under the name "gmake".
If you use another make you are likely to get problems linking libcdio
and libiso9660.
OS Support OS Support
--------------- ---------------
@@ -40,4 +48,4 @@ spent far more time on this platform than I care for. If someone is
interested in fixing the Microsoft OS support great. interested in fixing the Microsoft OS support great.
$Id: README.libcdio,v 1.2 2004/02/29 14:36:15 rocky Exp $ $Id: README.libcdio,v 1.3 2004/03/01 01:32:39 rocky Exp $