Version leap to 0.3.1

This commit is contained in:
2008-12-01 20:48:49 +00:00
parent 31473daa36
commit 57cbd42058
10 changed files with 69 additions and 78 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.2.9.tar.gz
http://scdbackup.sourceforge.net/xorriso-0.3.1.tar.gz
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
------------------------------------------------------------------------------
@ -37,10 +37,10 @@ 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.
Obtain xorriso-0.2.9.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-0.3.1.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.2.9.tar.gz
cd xorriso-0.2.9
tar xzf xorriso-0.3.1.tar.gz
cd xorriso-0.3.1
Within that directory execute:
@ -54,8 +54,8 @@ which you may strip 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,
you may execute xorriso at the place where it was built, or you may execute
as superuser:
or you may execute xorriso at the place where it was built,
or you may execute as superuser:
make install
For general concepts, options and usage examples see
@ -81,6 +81,9 @@ development package is installed, then rather build xorriso by:
make clean ; make
Never omit the "make clean" command after switching libreadline enabling.
If you want xorriso to report a "Build timestamp" with its option -version:
make buildstamped
Drives and Disk File Objects
@ -193,9 +196,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.2.9 :
- libburn.so.4 , version libburn-0.5.4 or higher
- libisofs.so.6 , version libisofs-0.6.10 or higher
Dynamic library and compile time header requirements for libisoburn-0.3.1 :
- libburn.so.4 , version libburn-0.5.6 or higher
- libisofs.so.6 , version libisofs-0.6.12 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.