X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.Git;h=93bf5aebcdada7f1370ad33c6c74ffe8de7ab6bf;hb=be0c3d2cc7c8aa82dcfe31554061ef2ae04ed25e;hp=0eaa66fb6a02f1268fd1b6611c1782673347e232;hpb=0bfcecb94112d3e4e310e541ce9641b765709fb0;p=pspp 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 ---------------------------