Enabled build of dynamically linked xorriso, joined -1.pc club
This commit is contained in:
@ -111,6 +111,29 @@ Like:
|
||||
xorriso -dev stdio:/tmp/pseudo_drive ...more arguments...
|
||||
|
||||
|
||||
libisoburn
|
||||
|
||||
xorriso is based on libisofs which does ISO 9600 filesystem aspects and on
|
||||
libburn which does the input and output aspects. Parts of this foundation
|
||||
are accessed via libisoburn, which is closely related to xorriso.
|
||||
|
||||
libisoburn takes care for the emulation of ISO 9660 multi-session on
|
||||
overwriteable media or random access files. It also encapsulates the
|
||||
coordination between libisofs and libburn.
|
||||
|
||||
The sourcecode of all three libraries is included in the xorriso standalone
|
||||
tarball.
|
||||
But you may as well get and install releases of libburn and libisofs,
|
||||
in order to be able to install a release of libisoburn which produces a
|
||||
dynamically linked xorriso binary. This binary is leaner but depends on
|
||||
properly installed libraries of suitable revision.
|
||||
|
||||
Dynamic library requirements for libisoburn-0.1.0 :
|
||||
- libburn.so.4 , version 0.4.2 or higher
|
||||
- libisofs.so.6 , version 0.6.2 or higher
|
||||
|
||||
Standalone xorriso has less runtime dependencies and can be copied more freely.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user