Introduced xorriso-standalone ./configure option --disable-libreadline

This commit is contained in:
2008-10-02 10:55:28 +00:00
parent 622445f865
commit 4d6d7e5699
3 changed files with 17 additions and 5 deletions

View File

@ -74,6 +74,12 @@ The installation creates several alias links pointing to the xorriso binary:
xorrecord starts xorriso with -as cdrecord emulation already enabled
osirrox starts with -osirrox image-to-disk copying already enabled
If you want to avoid dependecy on libreadline although the libreadline
development package is installed, then rather build xorriso by:
./configure --prefix=/usr --disable-libreadline
make clean ; make
Never omit the "make clean" command after switching libreadline enabling.
Drives and Disk File Objects