README.Git: Remove mention of --with-gui-tools.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 12 Sep 2020 05:35:25 +0000 (07:35 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 12 Sep 2020 05:31:41 +0000 (07:31 +0200)
This information is obsolete.

README.Git

index 0eaa66fb6a02f1268fd1b6611c1782673347e232..93bf5aebcdada7f1370ad33c6c74ffe8de7ab6bf 100644 (file)
@@ -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
 ---------------------------