Version leap to libisoburn-1.1.7

This commit is contained in:
2011-09-27 13:36:10 +00:00
parent 6e5e11ad7f
commit 7126d95677
17 changed files with 135 additions and 127 deletions

21
README
View File

@ -4,7 +4,7 @@
libisoburn and xorriso. By Vreixo Formoso <metalpain2002@yahoo.es>
and Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org.
http://files.libburnia-project.org/releases/libisoburn-1.1.4.tar.gz
http://files.libburnia-project.org/releases/libisoburn-1.1.6.tar.gz
Copyright (C) 2006-2011 Vreixo Formoso, Thomas Schmitt.
Provided under GPL version 2 or later.
------------------------------------------------------------------------------
@ -34,17 +34,17 @@ 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-1.1.4 :
- libburn.so.4 , version libburn-1.1.4 or higher
- libisofs.so.6 , version libisofs-1.1.4 or higher
Dynamic library and compile time header requirements for libisoburn-1.1.6 :
- libburn.so.4 , version libburn-1.1.6 or higher
- libisofs.so.6 , version libisofs-1.1.6 or higher
libisoburn and xorriso will not start with libraries which are older than their
include headers seen at compile time.
Obtain libisoburn-1.1.4.tar.gz, take it to a directory of your choice
Obtain libisoburn-1.1.6.tar.gz, take it to a directory of your choice
and do:
tar xzf libisoburn-1.1.4.tar.gz
cd libisoburn-1.1.4
tar xzf libisoburn-1.1.6.tar.gz
cd libisoburn-1.1.6
Within that directory execute:
@ -68,6 +68,13 @@ disable this encapsulation feature by
./configure --disable-versioned-libs
make clean ; make
The ./configure script of libisoburn can check via pkg-config whether suitable
libburn and libisoburn are installed. Regrettably this test failed on several
systems due to local pkg-config problems. So it is disabled by default and may
be enabled by:
./configure --enable-pkg-check-modules
In this case, ./configure fails if no suitable installations are found.
xorriso