From: John Darrington Date: Sat, 12 Sep 2020 05:35:25 +0000 (+0200) Subject: README.Git: Remove mention of --with-gui-tools. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0c3d2cc7c8aa82dcfe31554061ef2ae04ed25e;p=pspp README.Git: Remove mention of --with-gui-tools. This information is obsolete. --- diff --git a/README.Git b/README.Git index 0eaa66fb6a..93bf5aebcd 100644 --- a/README.Git +++ b/README.Git @@ -80,26 +80,6 @@ Once PSPP is built, you may run its self-tests with: or for a more thorough test: make distcheck -Glade UI Design ---------------- - -The ui files in src/ui/gui may be viewed (maybe changed) with Glade. For this -you need - - * libgladeui 2.0 or later - -Then you need to run - - configure --with-gui-tools - make - make install - -psppire uses some self defined widgets. To use glade these widgets have -to be announced to glade such that you can view the interface. -The install process will install the psppire glade library, icons and -psppire.xml files in the appropriate system locations. You cannot override -this with --prefix. After that you can run "glade" and open the ui files. - Building from git on Mac OS ---------------------------