Is the Vala/Genie compiler available on the Windows and Mac OS X platforms? I know that it is possible to use GLib and GTK on Windows and Mac OS X, but there are no official downloads of Vala for either platform.
Asked
Active
Viewed 240 times
0
-
Your question came across as accusing the Vala developers of acting in bad faith. While the original question about platforms is a valid thing to ask, I've edited it to be more neutral. Please take a more friendly tone in future. – ptomato Aug 23 '15 at 18:07
3 Answers
1
Vala 0.28 is currently available on Mac OS X in just the same way as the rest of the GLib/GTK platform is. Here are the official instructions for setting up a GLib/GTK development environment on Mac OS X. To build the Vala/Genie compiler, run jhbuild build vala
after completing those instructions.
I don't know the answer for Windows.

ptomato
- 56,175
- 13
- 112
- 165
1
There are no "official" builds of Vala as such. Vala is officially released as source code only. The source is then built by various distributors who package and distribute the builds.
On Linux this is done by distributions like Fedora and Ubuntu. On Mac OS X probably the most relevant is Brew and on Windows MSYS2. For more details on all of these ways see the Installing Vala section of the Vala wiki.

AlThomas
- 4,169
- 12
- 22