Skip to content

Commit e428d69

Browse files
committed
Add NuSMV guide
1 parent b9eec9f commit e428d69

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

lectures/lsp/040_install_nusmv.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: recipe
3+
title: Installing NuSMV
4+
---
5+
6+
**Windows, Mac and Linux:**
7+
8+
1. [Download](https://nusmv.fbk.eu/bin/bin_download2-v2.cgi) NuSMV.
9+
10+
* We recommend downloading the 64-bit version.
11+
12+
2. Unzip the archive to a folder of your choice.
13+
14+
3. You can run NuSMV in console mode using the respective binary in the `bin` folder (`NuSMV.exe` or `NuSMV`). Add the
15+
`*.smv` file you want to load as an argument:
16+
17+
```
18+
cd /path/to/nusmv
19+
./NuSMV /path/to/file.smv
20+
```
21+
22+
4. If you want to have the `NuSMV` command generally available within the command line without the need of navigating
23+
to the program folder first, add the `bin` folder to the `PATH` environment variable. You can find resources online
24+
on how to do that for your respective operating system. For instance, consult [this GitHub Gist](https://gist.github.com/nex3/c395b2f8fd4b02068be37c961301caa7).

0 commit comments

Comments
 (0)