-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a convenient way to run examples with OPAM-install VST #615
Comments
@QinshiWang Is it that |
|
You shouldn't need to run |
@mansky1 That sounds good and how do I run the VST examples for the OPAM version of VST? |
Once VST is installed through OPAM (and you're using the OPAM version of Coq/CoqIDE), if you just open the files and start running them, they should work. Depending on the example, you may need to run |
Ah ok I understand, I remember though when I was trying to run |
If I correctly understand the situation, the error with the includes was because you were running CoqIde from Snap and trying to load VST from OPAM. Once you uninstall the Snap package and/or run CoqIde from OPAM, that error should disappear. If it doesn't, we can investigate further. (It should also be possible to uninstall the OPAM version of Coq and |
Ok that all sounds good and I will try run Coq and VST from OPAM |
Also, for your guys' installation instructions you guys should specify to install the OPAM version and not the Snap version of Coq |
@eleehiga Specifically, do you recommend adding the line with the # comment to the BUILD_ORGANIZATION.md file?
|
A VST user runs into issue #614. I think he wants to install VST and run some examples. In order to run the examples, he needs to first
make
. Butmake
in VST repo should be making VST from source code. Maybe it is worth improving the user experience.The text was updated successfully, but these errors were encountered: