Version leap to libisoburn-0.4.1

This commit is contained in:
2009-06-28 11:17:25 +00:00
parent e21150e227
commit d135e33b9e
11 changed files with 68 additions and 79 deletions

17
README
View File

@ -4,7 +4,7 @@
libisoburn. 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-0.3.8.pl00.tar.gz
http://files.libburnia-project.org/releases/libisoburn-0.4.0.pl00.tar.gz
Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt.
Provided under GPL version 2.
------------------------------------------------------------------------------
@ -29,18 +29,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-0.3.8 :
Dynamic library and compile time header requirements for libisoburn-0.4.0 :
- libburn.so.4 , version libburn-0.6.4 or higher
- libisofs.so.6 , version libisofs-0.6.18 or higher
- libisofs.so.6 , version libisofs-0.6.20 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 level of bug fixes or features.
headers seen at compile time.
Obtain libisoburn-0.3.8.pl00.tar.gz, take it to a directory of your choice
Obtain libisoburn-0.4.0.pl00.tar.gz, take it to a directory of your choice
and do:
tar xzf libisoburn-0.3.8.pl00.tar.gz
cd libisoburn-0.3.8
tar xzf libisoburn-0.4.0.pl00.tar.gz
cd libisoburn-0.4.0
Within that directory execute:
@ -49,7 +48,7 @@ Within that directory execute:
Then become superuser and execute
make install
which will make available libisoburn.so.1 and program xorriso.
which will make available libisoburn.so.1 and the program xorriso.
For the API concepts and calls see
./libisoburn/libisoburn.h