Thomas Schmitt 2020-07-08 10:21:06 +00:00
parent ea4877b18e
commit 592cbef2f9
1 changed files with 4 additions and 3 deletions

@ -14,18 +14,19 @@ command line application [cdrskin](Cdrskin).
-----
The API of libisoburn is described in
[libisoburn/libisoburn.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/libisoburn/libisoburn.h)
[libisoburn/libisoburn.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/libisoburn/libisoburn.h)
Included in libisoburn is the comand line and dialog application
[xorriso](Xorriso)
which allows to use large parts of libisoburn's feature set.
It is available as C language API via
[libisoburn/xorriso.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/xorriso/xorriso.h),
[libisoburn/xorriso.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/xorriso/xorriso.h),
and as executable program via
[xorriso_main.c](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/xorriso/xorriso_main.c).
[xorriso_main.c](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/xorriso/xorriso_main.c).
Both forms implement the options described in
[man xorriso](http://www.gnu.org/software/xorriso/man_1_xorriso.html).
A static compilation of libburn, libisofs, libisoburn, and xorriso_main.c
serves as official GNU project
[GNU xorriso](https://savannah.gnu.org/projects/xorriso).