README.Mac.md
December 6, 2019 ยท View on GitHub
Instructions for building on Mac
Installing via Homebrew
This will download the latest release of cyclone-bootstrap, compile it from source, install it, and then use it to compile cyclone from source and install that.
- Follow the instructions at https://brew.sh/ to install the homebrew package manager.
- Run the following commands:
- brew tap cyclone-scheme/cyclone
- brew install cyclone-scheme/cyclone/cyclone-bootstrap
Compiling from source
Install Homebrew, tools, and dependencies.
- Follow the instructions at https://brew.sh/ to install the homebrew package manager.
- Run the following commands:
brew install git gcc libtoolbrew install libtommath ck
Build and install cyclone-bootstrap
Run the following commands:
git clone https://github.com/justinethier/cyclone-bootstrap.gitcd cyclone-bootstrapmakemake installmake test
You will have cyclone and icyc executables generated in the local directory and installed in /usr/local/bin!