Skip to content

Commit

Permalink
docs: add MONA installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Apr 23, 2024
1 parent a287ab7 commit 40d707c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ sudo apt install -y \
b. Needing to reconfigure, do this before configuring:
autoreconf -i

### Install MONA

To install MONA system-wide:

```
git clone --recursive https://github.com/whitemech/MONA.git
cd MONA
git checkout v1.4-19.dev0
./configure && make -j && sudo make -j install
# copy headers manually
sudo mkdir -p /usr/local/include/mona
sudo cp Mem/mem.h Mem/gnuc.h Mem/dlmalloc.h BDD/bdd_external.h BDD/bdd_dump.h BDD/bdd_internal.h BDD/bdd.h BDD/hash.h DFA/dfa.h GTA/gta.h config.h /usr/local/include/mona
```


### Install FLEX, BISON

0.3 Install flex and bison:
Expand Down

0 comments on commit 40d707c

Please sign in to comment.