Version leap to 0.3.5

This commit is contained in:
2009-03-01 11:39:18 +00:00
parent c49ee9017a
commit 27f43f3736
11 changed files with 80 additions and 92 deletions

View File

@ -4,7 +4,7 @@
xorriso. By Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org but also published via:
http://scdbackup.sourceforge.net/xorriso_eng.html
http://scdbackup.sourceforge.net/xorriso-0.3.3.tar.gz
http://scdbackup.sourceforge.net/xorriso-0.3.5.tar.gz
Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2.
------------------------------------------------------------------------------
@ -33,14 +33,20 @@ The most simple way to get xorriso from source code is the xorriso standalone
tarball.
Prerequisites:
The tarball contains anything that is needed except libc and libpthread.
libreadline and the readline-dev headers will make dialog mode more convenient,
but are not mandatory.
The tarball contains anything that is needed except the following system
components:
libc, libpthread
plus on FreeBSD: libiconv, libcam
Optional at compile time are:
libreadline and the readline-dev headers make dialog mode more convenient.
on Linux: libacl and libacl-devel allow getting and setting ACLs.
If they were present at compile time, then the optional libraries have to
be present at runtime, too.
Obtain xorriso-0.3.3.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-0.3.5.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.3.3.tar.gz
cd xorriso-0.3.3
tar xzf xorriso-0.3.5.tar.gz
cd xorriso-0.3.5
Within that directory execute:
@ -200,9 +206,9 @@ 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.3.3 :
Dynamic library and compile time header requirements for libisoburn-0.3.5 :
- libburn.so.4 , version libburn-0.6.0 or higher
- libisofs.so.6 , version libisofs-0.6.12 or higher
- libisofs.so.6 , version libisofs-0.6.14 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.