Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Troubleshooting

Anton Trunov edited this page Jul 7, 2022 · 1 revision

Troubleshooting

macOS installation / compilation / etc.

Installation instructions from README.md don't work for me on macOS

You might want to try the commands from this script: https://github.com/Zilliqa/scilla-rtl/blob/master/scripts/build_ci_macos.sh. Those worked at some point.

CMake may not pick up the right clang version (AppleClang vs Homebrew clang)

See this: https://github.com/taichi-dev/taichi/pull/3379