+ Homepage: https://wiki.gnome.org/Projects/Vala
+ Ubuntu package: valac
+If you want to exercise the sample programs in gettext-tools/examples/, you
+also need to install:
+
+ * The Qt GUI toolkit library
+ + Homepage: https://www.qt.io/
+ + Ubuntu package: libqt4-dev
+
+ * The wxWidgets GUI toolkit library
+ + Homepage: https://www.wxwidgets.org/
+ + Ubuntu package: libwxgtk3.0-dev
+
+ * The GNUstep toolkit and development environment
+ + Homepage: http://www.gnustep.org/
+ * Ubuntu package: gnustep-devel
+
+ * The C# System.Windows.Forms implementation
+ + Homepage: https://www.mono-project.com/
+ + Ubuntu package: libmono-system-windows-forms4.0-cil
+
And you need to install a couple of locales, used by the tests.
By default, only those enabled in /etc/locale.gen are preinstalled.
GNUstep applications don't need to be configured or installed in order to run;
all you need is to
- - Prepare your environment, as described in the GNUstep-HOWTO
+ - Prepare your environment, as described in the GNUstep-HOWTO. E.g.
+ . /usr/share/GNUstep/Makefiles/GNUstep.sh
- ./autogen.sh
- make
- - openapp Hello
+ - openapp ./Hello
Cleanup:
- make distclean
- ./autoclean.sh