Skip to content
ikeough edited this page May 25, 2013 · 2 revisions
  1. Install VisualStudio. This is required for MSBuild
  2. Install Msysgit.
  3. Install Python
  4. Install NUnit
  5. Install Inno Setup
  6. Get hooked up with the DynamoRealtimeDev dropbox folder. Ask Matt for an invite if you're not in it already.
  7. Update your system's PATH to include:

C:\Python27;C:\msysgit\bin;C:\msysgit\mingw\bin;C:\Program Files (x86)\NUnit 2.6.2\bin;C:\Program Files (x86)\Inno Setup 5

  1. [OPTIONAL] create yourself a .bat file to override the email address and the dropbox location like:

start python autobuild.py -s "[email protected]" -v "C:/MyDropBoxFolderLocation"

  1. [OPTIONAL] Log onto the VPN if you work at Autodesk. If you don't, it'll fail to send the email at the end.
  2. Profit.