Updated general README files about xorriso-tcltk

This commit is contained in:
Thomas Schmitt 2012-12-28 09:02:15 +00:00
parent 132cf1ad59
commit e749eb6395
2 changed files with 16 additions and 8 deletions

10
README
View File

@ -158,9 +158,15 @@ and parsing of reply messages.
As a proof of concept, there is the Tcl/Tk script xorriso-tcltk which can
be launched by this shell command:
xorriso -launch_frontend $(which xorriso-tcltk) --stdio --
xorriso-tcltk
See file frontend/README-tcltk for a description of its GUI.
Or in the xorriso build directory, without installation of xorriso:
xorriso/xorriso -launch_frontend frontend/xorriso-tcltk --stdio --
In the running GUI, click with the rightmost mouse button on any GUI element
to get its particular help text.
See file frontend/README-tcltk for a short introduction.
See its Tcl code for getting an idea how this gets achieved.
Further there is the C program frontend/frontend_pipes_xorriso.c which

View File

@ -149,15 +149,17 @@ input and output of xorriso. Several commands of xorriso help with receiving
and parsing of reply messages.
As a proof of concept, there is the Tcl/Tk script xorriso-tcltk which can
be launched by this shell command in the directory where xorriso was built:
be launched by this shell command:
xorriso-tcltk
Or in the xorriso build directory, without installation of xorriso:
xorriso/xorriso -launch_frontend frontend/xorriso-tcltk --stdio --
resp. after installation:
xorriso -launch_frontend $(which xorriso-tcltk) --stdio --
See file frontend/README-tcltk for a description of its GUI.
In the running GUI, click with the rightmost mouse button on any GUI element
to get its particular help text.
See file frontend/README-tcltk for a short introduction.
See its Tcl code for getting an idea how this gets achieved.
Further there is the C program frontend/frontend_pipes_xorriso.c which