Introduced libburn ./configure option --disable-libreadline

This commit is contained in:
2008-10-09 15:00:11 +00:00
parent a0972af58f
commit cd92b00f61
3 changed files with 17 additions and 5 deletions

6
README
View File

@@ -72,6 +72,12 @@ Several alias links point to the xorriso binary:
xorrecord starts xorriso with -as cdrecord emulation already enabled
osirrox starts with -osirrox image-to-disk copying already enabled
By default xorriso will depend on libreadline if the readline-dev headers
are present. This dependcy can be avoided by running
./configure --prefix=/usr --disable-libreadline
make clean ; make
Never omit the "make clean" command after switching libreadline enabling.
Drives and Disk File Objects