project file

git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@2621 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
This commit is contained in:
kroening 2013-06-16 15:14:44 +00:00
parent 32688ccbde
commit bae7158fb6
1 changed files with 5 additions and 1 deletions

View File

@ -107,4 +107,8 @@ Follow these instructions:
4) Type cd src; make - that should do it.
Note that "nmake" is not expected to work. Use "make".
(Optional) A Visual Studio project file can be generated with the script
"generate_vcxproj" that is in the subdirectory "scripts". The project file
is helpful for GUI-based tasks, e.g., the class viewer, debugging, etc.
Note that the steps above have to be completed before the project file can
be used.