Vala on Windows

Currently there are no official binary releases of Vala for Windows. However, a member of the Vala community provides builds for Windows. You can download an installer as .exe file which contains a minimalist GNU environment for Windows (MinGW) providing the GNU C compiler, the Vala compiler as well as the GLib and GTK+ libraries.

After successful installation you can compile your Vala programs:

> valac hello.vala

In order to suppress the additional console window for GTK+ applications you have to take the following steps:

> valac -X -mwindows --pkg gtk+-2.0 hellogtk.vala

Vala/ValaOnWindows (last edited 2009-07-11 14:25:51 by Frederik)