[] (https://travis-ci.org/ophymx/vsgi)
The Vala Server Gateway Interface (VSGI) is a library for developing middleware for Vala and GObject based web applications.
valac >= 0.16
build onlypython >= 2.3
build onlyglib >= 2.32
- glib-2.0
- gobject-2.0
- gio-2.0
gee-0.8 >= 0.6
libfcgi >= 2.4.0
VSGI uses the waf build tool. To configure, build, and install simple do the following:
./waf configure
./waf
./waf install
To build and run the example from the project directory run
./examples/build-and-run.sh