Installing and Running on Mac OSX - micahasmith/cstatic GitHub Wiki
Install
- Download the Mono Runtime from http://www.go-mono.com/mono-downloads/download.html and install
- Pull the cstatic repository to a local directory
Run
- Inside the directory that includes your site.json file, run
mono [path to]release/mono/cstatic.exe build site.json
- DONE