lode leroy wrote: > I wonder if it's possible to pre-compile vala code to "C" > and make a release of the pre-compiled code, > so that it can be compiled on the target platform > without vala installed? > a bit like autotools that generates a "configure" > file that works without autotools installed.
This is exactly how Vala is released. http://live.gnome.org/Vala/Release The tarballs contain both the Vala sources and the precompiled C sources. You can compile it without having Vala installed. Regards, Frederik _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
