Version leap to libisoburn-1.3.7
This commit is contained in:
23
README
23
README
@ -4,9 +4,9 @@
|
||||
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.3.4.tar.gz
|
||||
http://files.libburnia-project.org/releases/libisoburn-1.3.6.tar.gz
|
||||
Copyright (C) 2006-2009 Vreixo Formoso,
|
||||
Copyright (C) 2006-2013 Thomas Schmitt.
|
||||
Copyright (C) 2006-2014 Thomas Schmitt.
|
||||
Provided under GPL version 2 or later.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@ -25,7 +25,8 @@ Its features are also available via a C language API of libisoburn.
|
||||
|
||||
Currently they are fully supported on Linux with kernels >= 2.4,
|
||||
on FreeBSD with ATAPI/CAM support enabled in the kernel, see atapicam(4),
|
||||
and on OpenSolaris (tested with kernel 5.11).
|
||||
on OpenSolaris (tested with kernel 5.11),
|
||||
on NetBSD (tested with 6.1.2 and 6.1.3).
|
||||
On other X/Open compliant systems libburn will only offer POSIX i/o with disk
|
||||
file objects, but no direct MMC operation on CD/DVD/BD drives.
|
||||
|
||||
@ -35,17 +36,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.3.4 :
|
||||
- libburn.so.4 , version libburn-1.3.4 or higher
|
||||
- libisofs.so.6 , version libisofs-1.3.4 or higher
|
||||
Dynamic library and compile time header requirements for libisoburn-1.3.6 :
|
||||
- libburn.so.4 , version libburn-1.3.6 or higher
|
||||
- libisofs.so.6 , version libisofs-1.3.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.3.4.tar.gz, take it to a directory of your choice
|
||||
Obtain libisoburn-1.3.6.tar.gz, take it to a directory of your choice
|
||||
and do:
|
||||
|
||||
tar xzf libisoburn-1.3.4.tar.gz
|
||||
cd libisoburn-1.3.4
|
||||
tar xzf libisoburn-1.3.6.tar.gz
|
||||
cd libisoburn-1.3.6
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
@ -190,7 +191,7 @@ operates it via two named pipes which it creates.
|
||||
|
||||
The user of libisoburn applications needs operating system dependent
|
||||
permissions for the CD/DVD/BD drives which shall be used.
|
||||
On Linux and FreeBSD this means -rw-permissions, even if only reading is
|
||||
On Linux, FreeBSD, NetBSD this means -rw-permissions, even if only reading is
|
||||
intended. On Solaris one needs privileges "basic,sys_devices" and r-permission,
|
||||
even if writing is intended.
|
||||
|
||||
@ -288,7 +289,7 @@ libburnia-project.org
|
||||
By Mario Danic <mario.danic@gmail.com>,
|
||||
Vreixo Formoso <metalpain2002@yahoo.es>
|
||||
Thomas Schmitt <scdbackup@gmx.net>
|
||||
Copyright (C) 2006-2013 Mario Danic, Vreixo Formoso, Thomas Schmitt.
|
||||
Copyright (C) 2006-2014 Mario Danic, Vreixo Formoso, Thomas Schmitt.
|
||||
|
||||
We will not raise any legal protest to dynamic linking of our libraries
|
||||
with applications that are not under GPL, as long as they fulfill
|
||||
|
Reference in New Issue
Block a user