From 00dc409ae0962259f2f11897c2996291fd2330cb Mon Sep 17 00:00:00 2001 From: "Predrag \"Pele\" Balorda" Date: Wed, 2 Dec 1998 15:29:45 +0000 Subject: [PATCH] minor update to README for gtk-tool --- contrib/gtk-tool/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/gtk-tool/README b/contrib/gtk-tool/README index 5ad5485886..7b176a2823 100644 --- a/contrib/gtk-tool/README +++ b/contrib/gtk-tool/README @@ -6,6 +6,9 @@ read TODO! Just type 'make' to compile and if you have all the necessary stuff it'll do so. You do need the latest version of Gtk+ and Gtk-- (which may be tricky to build). +You can also edit the Makefile and under "OPTS=-g" add " -DDEBUG" (line should +read "OPTS=-g -DDEBUG") to get a trace of what the gtk-tool is doing (getting +entries, traversing trees etc...) After that, hopefully all goes well, you start the thing by doing: ./main -s localhost -- 2.39.5