git clone git@github.com:PrincetonUniversity/VST.git
cd VST
git checkout HASH
where HASH is the commit hash in the file ./VST_VERSION.
Calculate VST's file dependencies (ignore all the warnings):
make depend
Build VST (the number after -j is the number of cores to use)
make -j8 floyd
In the vst-ifc directory, create a file called CONFIGURE with a line of the form
VSTDIR=path/to/the/VST/directory
Then run
make depend
make examples
make _CoqProject
and make sure the IDE loads the _CoqProject file (it should do so by default).