view README.md @ 25:e84ea6c0d359

add README
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 11 Oct 2024 15:33:59 +0900
parents
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 
```