Skip to content

samuelgruetter/vst-ifc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information-flow control on top of the Verified Software Toolchain

How to build

Get and build VST

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

Build vst-ifc

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

Editing files in CoqIde

make _CoqProject

and make sure the IDE loads the _CoqProject file (it should do so by default).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors