From e749eb6395d4ece8a0ac7954e0365f4c076ec86b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 28 Dec 2012 09:02:15 +0000 Subject: [PATCH] Updated general README files about xorriso-tcltk --- README | 10 ++++++++-- xorriso/README_gnu_xorriso | 14 ++++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README b/README index 35c55c9b..1bfdda9f 100644 --- a/README +++ b/README @@ -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 diff --git a/xorriso/README_gnu_xorriso b/xorriso/README_gnu_xorriso index c897e69e..82fba5ed 100644 --- a/xorriso/README_gnu_xorriso +++ b/xorriso/README_gnu_xorriso @@ -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