view README.md @ 26:8550260c18fa

fix aarch on mac and llvm
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Oct 2024 16:06:51 +0900
parents e84ea6c0d359
children c4e2ca100ab9
line wrap: on
line source

# How to build small compiler examples

# on macOS

```
 brew install cmake
 export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
 cmake -DCMAKE_MAKE_PROGRAM=make 
```