Thomas Schmitt 2020-07-08 10:25:05 +00:00
parent f854cdc91d
commit 7481fbcb8e
1 changed files with 2 additions and 2 deletions

@ -31,11 +31,11 @@ related to [libisoburn](Libisoburn) which hosts source and object code
of xorriso. The dynamically linked binary of xorriso is therefore very lean.
All xorriso features may be used by other programs via a C language API
[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).
Another approach for frontends via a pair of pipes and xorriso dialog mode
is demonstrated by
[xorriso-tcltk](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/frontend/README-tcltk)
[xorriso-tcltk](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/README-tcltk)
See this [screenshot of xorriso-tcltk](http://www.gnu.org/software/xorriso/xorriso-tcltk-screen.gif).
-----------------