Skip to content

Commit

Permalink
Merge pull request #3 from satos---jp/update-install-spot-doc
Browse files Browse the repository at this point in the history
Update spot instalation guide
  • Loading branch information
MasWag authored Sep 9, 2024
2 parents 2ba2519 + 72c0d1b commit 5665abb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ ProbBBC depends on [Spot](https://spot.lre.epita.fr/) for handling LTL formulas.

```shell
## Download the source code of spot
wget http://www.lrde.epita.fr/dload/spot/spot-2.11.3.tar.gz
tar xvf spot-2.11.3.tar.gz
wget http://www.lrde.epita.fr/dload/spot/spot-2.11.5.tar.gz
tar xvf spot-2.11.5.tar.gz
cd spot-2.11.5
./configure --prefix "$OLDPWD/.venv/" --with-python_prefix "$OLDPWD/.venv/" --with-python_exec_prefix "$OLDPWD/.venv/"
# Specify appropriate CPU/OS for your environment
./configure --prefix "$OLDPWD/.venv/" --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu
# Build and install Spot
make -j8 && make install
```
Expand Down

0 comments on commit 5665abb

Please sign in to comment.