From 71e829ece55ad4ec50702102729dc88f5528553a Mon Sep 17 00:00:00 2001 From: "Inseon Yu(Merlyn)" Date: Tue, 17 Oct 2023 21:16:20 +0900 Subject: [PATCH] docs: add required macos version in README.md Related: #98 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b07846a64d..e6b7478cea 100644 --- a/README.md +++ b/README.md @@ -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