summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
-rw-r--r--README.libcdio20
2 files changed, 15 insertions, 13 deletions
diff --git a/README b/README
index a3d27324..b5ee7004 100644
--- a/README
+++ b/README
@@ -9,9 +9,11 @@ A library for working with ISO-9660 filesystems libiso9660 is
included. A generic interface for issuing MMC (multimedia commands) is
also part of the libcdio library.
-Also included is a library for working with ISO-9660 filesystems as is
-also the CD-DA error/jitter correction library from cdparanoia
-(http://www.xiph.org/paranoia).
+Also included is a library for working with ISO-9660 filesystems.
+
+The CD-DA error/jitter correction library from cdparanoia
+(http://www.xiph.org/paranoia) is included as a separate library
+licenced under GPL v2.
Some support for disk image types like CDRWin's BIN/CUE format,
cdrdao's TOC format, and Nero's NRG format are available. Therefore,
diff --git a/README.libcdio b/README.libcdio
index b69cc461..7d718a3f 100644
--- a/README.libcdio
+++ b/README.libcdio
@@ -62,16 +62,16 @@ an optional dependency on libcdio).
Microsoft Windows
-------
-The building under Microsoft Windows the thing to do is to install
-cygwin (http://www.cygwin.com). It has been reported that MinGW
-(http://www.mingw.org/) also works, but it is possible you may
-encounter more problems there.
-
-Folks may have used Microsoft compilers (e.g. Visual C), but you may
-find you need to make your own "project" files. Don't undertake this
-unless you are willing to spend time hacking. xboxmediacenter team
-folks I believe go this route, so you may be able to use their project
-files as a starting point.
+Building under Microsoft Windows is supported for cygwin
+(http://www.cygwin.com). MinGW (http://www.mingw.org/) may also work,
+but it is possible you may encounter problems there.
+
+Support for Microsoft compilers (e.g. Visual C) is not officially
+supported. You need to make your own "project" files. Don't
+undertake this unless you are willing to spend time hacking. In the
+past xboxmediacenter team folks I believe have gone this route, as has
+Pete Batard in his rufus project. You may be able to use their project
+files as a starting point.
XBOX
-------