dafny-lang / dafny

Dafny is a verification-aware programming language
https://dafny.org
Other
2.94k stars 263 forks source link

INSTALL Wiki: Remove backtick around `make z3-ubuntu`, and update inconsistent instructions #5787

Open dnezam opened 2 months ago

dnezam commented 2 months ago

What change in documentation do you suggest?

The INSTALL page on the Wiki mentions `make z3-ubuntu` for installing from source under Linux. While this command seems to work, it creates a bunch of directories like ", chmod, Archive:, etc. It should probably be just make z3-ubuntu instead.

As a side note, it seems that make z3-ubuntu installs both z3 versions 4.12.1 and 4.8.5. Is that wanted? Either way, the INSTALL wiki only provides alternative commands to install the former. Since the make command does essentially the same thing, perhaps those alternative instructions are unnecessary (and run the risk of going stale)?