Update some README's to reflect the current situation.

This commit is contained in:
R. Bernstein
2012-03-26 07:40:10 -04:00
parent aa0c1cb2a3
commit b052c43389
2 changed files with 14 additions and 12 deletions

8
README
View File

@@ -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,

View File

@@ -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.
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.
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.
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
-------