Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ do any installation steps not listed explicitly.
We recommend using Linux or OSX on a computer with at least 1 GB of memory.

On Ubuntu, if the K Framework has already been installed (from here:
<https://github.com/kframework/k/releases/tag/latest>), the
<https://github.com/kframework/k/releases/tag/v3.4>), the
installation process for our C semantics can be summarized as:
```
$ cd ~
Expand Down Expand Up @@ -94,7 +94,7 @@ Use the following command if `git` is installed:
$ git clone --depth=1 https://github.com/kframework/c-semantics.git
```
Otherwise, download the latest stable version from github here:
<https://github.com/kframework/c-semantics/releases/tag/latest>
<https://github.com/kframework/c-semantics/releases/tag/v3.4.0>

### 7. Build our C tool.
- Ensure `kompile` and `krun` are included in your `$PATH`. For example, if you
Expand Down