Skip to content

Commit

Permalink
docs: add required macos version in README.md
Browse files Browse the repository at this point in the history
Related: #98
  • Loading branch information
Insun35 committed Oct 17, 2023
1 parent 310580a commit c9f51fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Please follow the instructions [here](https://bazel.build/install).
> bazel build --config macos_x86_64 //...
```

**_NOTE:_: MacOS v14.0.0 or later is recommended.**

In certain versions of MacOS (prior to v13.5.1), a bug related to incorrect Bigint divide operations has been detected in the field generator when using the optimized build (`-c opt`).

The [issue](https://github.com/kroma-network/tachyon/issues/98) will be fixed as soon as possible.

### Test

#### Test on Linux
Expand Down

0 comments on commit c9f51fe

Please sign in to comment.