Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 335 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 335 Bytes

Lua Dialect Playground 🛝

Building

On macOS, run the following script first to install dependencies and set up env variables:

brew install cmake llvm
export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"

And then use CMake:

cmake -S . -B build -DCMAKE_PREFIX_PATH=/llvm/install/path
cmake --build build