Currently the GVMT has only been tested on the x86-linux platform, but it should work on any posix-compliant x86 platform.
GVMT can be installed in the following steps:
- Download GVMT from http://gvmt.sourceforge.net/
- Unpack into a clean directory, $(GVMT)
- Download the lcc c compiler from http://www.cs.princeton.edu/software/lcc/
- Unpack lcc into $(GVMT)/lcc
- Install llvm (version2.5) from http://llvm.org/releases/download.html#2.5
- Type
make
- Type
sudo make install (You will need write privileges to /usr/local in order to install the tools)
If it doesn't work, then email me.