Requiring libburn-0.7.4 now

This commit is contained in:
2009-12-07 08:20:19 +00:00
parent 783ad87750
commit 59dec6ac9e
5 changed files with 19 additions and 19 deletions

View File

@ -59,7 +59,10 @@ Within that directory execute:
This will produce a binary named
./xorriso/xorriso
which you may strip to reduce it in size
If you want xorriso to report a "Build timestamp" with its option -version :
make buildstamped
You may strip the binary to reduce it in size
strip ./xorriso/xorriso
You may copy or move it to a directory where it can be found by the shell,
@ -102,20 +105,17 @@ By default the filter feature is disabled if effective user id and real
user id differ. This ban can be lifted by
--enable-external-filters-setuid
Sometimes xorriso will yield better write performance on Linux if 64 KB are
transmitted in each write operation rather than 32 KB. See option -dvd_obs .
64k can be made default at configure time by:
--enable-dvd-obs-64k
For xorriso -as cdrecord emulation only:
In some situations Linux may deliver a better write performance to drives if
the track input is read with O_DIRECT (see man 2 open). The included libburn
and the cdrecord emulation of xorriso can be told to use this peculiar read
mode by:
--enable-track-src-odirect
But often libburn will yield even better performance in such a situation if
64 KB are transmitted in each write operation rather than 32 KB.
64k can be made default at configure time by:
--enable-dvd-obs-64k
This may be combined with above --enable-track-src-odirect .
If you want xorriso to report a "Build timestamp" with its option -version:
make buildstamped
--enable-track-src-odirect
Drives and Disk File Objects
@ -275,8 +275,8 @@ and a matching dynamically linked xorriso binary.
This binary is leaner but depends on properly installed libraries of suitable
revision.
Dynamic library and compile time header requirements for libisoburn-0.4.0 :
- libburn.so.4 , version libburn-0.7.2 or higher
Dynamic library and compile time header requirements for libisoburn-0.4.5 :
- libburn.so.4 , version libburn-0.7.4 or higher
- libisofs.so.6 , version libisofs-0.6.24 or higher
libisoburn and xorriso will not start with libraries which are older than their
headers seen at compile time. So compile in the oldest possible installation

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.11.28.124241"
#define Xorriso_timestamP "2009.12.07.082130"