Mac (Intel and Silicon)
Overview
Pre-requisites
Install Homebrew
/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"
Install LLVM 15 (WASM to LLVM-IR Dependency by Inkwell)
brew install llvm@15
Configure Environment Variables for LLVM 17
Set PATH for LLVM
Configure Compiler and Linker Flags
Install LLVM 17 (To Build Object File)
Configure Environment Variables for LLVM 17
Set PATH for LLVM
Configure Compiler and Linker Flags
Make LLVM17 as Default
Create Project from a Template
Build Project
Last updated