Skip to content
lindsayevans edited this page Aug 1, 2012 · 7 revisions

Install dependencies & config

  1. Install stuff listed in Dependencies
  2. Grab the latest zip
  3. Copy scripts\local-settings.include to C:\Users\[your username]\AppData\Local\.nant\ on Windows, or ~/Library/Application Support/.nant/ on Mac (you'll probably need to create the .nant directory), then edit it to point to the proper install paths for the dependencies (if you can't find this directory, just run scripts/build and it should throw an error message telling you where it is)

Add the build scripts to your project

  1. Copy the scripts directory to your project
  2. Modify templates.build to suit
  3. Run scripts/build
  4. ???
  5. Profit!

Clone this wiki locally