Requiring libburn-0.7.2 now
This commit is contained in:
parent
87d263de34
commit
b5847a4633
4
README
4
README
@ -30,8 +30,8 @@ By using this software you agree to the disclaimer at the end of this text:
|
||||
Compilation, First Glimpse, Installation
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-0.4.2 :
|
||||
- libburn.so.4 , version libburn-0.7.0 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.22 or higher
|
||||
- libburn.so.4 , version libburn-0.7.2 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.
|
||||
|
||||
|
@ -201,7 +201,7 @@ AC_CHECK_HEADER(libburn/libburn.h)
|
||||
AC_CHECK_HEADER(libisofs/libisofs.h)
|
||||
|
||||
dnl Check for proper library versions
|
||||
LIBBURN_REQUIRED=0.7.1
|
||||
LIBBURN_REQUIRED=0.7.2
|
||||
LIBISOFS_REQUIRED=0.6.24
|
||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||
|
@ -224,7 +224,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
||||
*/
|
||||
#define isoburn_libburn_req_major 0
|
||||
#define isoburn_libburn_req_minor 7
|
||||
#define isoburn_libburn_req_micro 1
|
||||
#define isoburn_libburn_req_micro 2
|
||||
|
||||
|
||||
/** The minimum version of libisofs to be used with this version of libisoburn
|
||||
|
@ -264,8 +264,8 @@ 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.0 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.22 or higher
|
||||
- libburn.so.4 , version libburn-0.7.2 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
|
||||
setup unless you have reason to enforce a newer bug fix level.
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.10.14.114830"
|
||||
#define Xorriso_timestamP "2009.10.14.115223"
|
||||
|
Loading…
Reference in New Issue
Block a user