Installing and Running on Mac OSX - micahasmith/cstatic GitHub Wiki

Install

  1. Download the Mono Runtime from http://www.go-mono.com/mono-downloads/download.html and install
  2. Pull the cstatic repository to a local directory

Run

  1. Inside the directory that includes your site.json file, run mono [path to]release/mono/cstatic.exe build site.json
  2. DONE