Skip to content

Commit

Permalink
Merge pull request #130 from Adda0/check_include_paths
Browse files Browse the repository at this point in the history
Warn about checking include paths
  • Loading branch information
Adda0 authored Mar 6, 2024
2 parents 3ff48e6 + c479cdb commit 9c8ea34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ For a brief overview of the architecture, see [SMT-COMP'23 Z3-Noodler descriptio
sudo make install
```

Make sure your system looks for libraries in `/usr/local/include` (where Mata will be installed). For example, MacOS might skip looking for libraries there, so you might need to add these paths by running, for example `xcode-select --install`, as per a [suggestion from StackOverflow](https://stackoverflow.com/a/26265473).

### Building Z3-Noodler

```shell
Expand Down

0 comments on commit 9c8ea34

Please sign in to comment.