Skip to content

Commit

Permalink
Added notes on compilation under MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
feranick committed Jan 28, 2024
1 parent 311200b commit 013a4a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,13 @@ To package a Debian deb:
```
debuild -us -uc -tc -b
```
NOTE for MacOS: Compilation with MacOS fails. Two requirements:
- install `flatbuffers` (via macports)
- after failure in compilation, add the following line to the temporary file that is created by bazel in `/var/tmp/_bazl_xxxxx/xxxxxxxxxxxxx/external/local_config_cc/BUILD` line 48:
```
"darwin_x86_64": ":cc-compiler-darwin",
```
Repeat compilation.

### Makefile

Expand Down

0 comments on commit 013a4a6

Please sign in to comment.