Update instructions

This commit is contained in:
rocky
2006-03-18 01:05:42 +00:00
parent 01b3b98aef
commit df4da91a06
2 changed files with 11 additions and 3 deletions

4
README
View File

@@ -1,3 +1,5 @@
See README.libcdio for installation instructions.
The libcdio package contains a library which encapsulates CD-ROM
reading and control. Applications wishing to be oblivious of the OS-
and device-dependent properties of a CD-ROM can use this library.
@@ -41,4 +43,4 @@ At present, there is no support for writing CD's, nor is there any
support for reading or writing DVDs. For some of these, there are
other libraries (e.g. libdi, libscg, or libdvdread) may be helpful.
$Id: README,v 1.10 2005/10/25 12:35:10 rocky Exp $
$Id: README,v 1.11 2006/03/18 01:05:42 rocky Exp $

View File

@@ -75,7 +75,13 @@ Solaris
-------
You may need to use --without-versioned-libs if you get a problem
building libcdio or libiso9660.
building libcdio or libiso9660.
If you get a message like:
libcdio.so: attempted multiple inclusion of file
because you have enable vcd-info and it is installed, then the only
way I know how to get around is to use configure with --disable-shared.
OS Support
---------------
@@ -97,4 +103,4 @@ and reporting problems. If you search the Internet, you'll see that
someone has copied and modified the FreeBSD code to work on
NetBSD. Because that is not GPL, it can't be included here.
$Id: README.libcdio,v 1.10 2005/10/25 12:58:54 rocky Exp $
$Id: README.libcdio,v 1.11 2006/03/18 01:05:42 rocky Exp $