Skip to content

Building from Source

Andreas Dieckmann edited this page Jul 22, 2018 · 1 revision

Instructions for Dynamo 1.3.x

  • Build in Visual Studio from Dynamo_1.3 or master branch
  • Copy src/Monito_ViewExtensionDefinition.xml to C:\Program Files\Dynamo\Dynamo Core\1.3\viewExtensions
  • Copy src/bin/Debug/Monito.dll to C:\Program Files\Dynamo\Dynamo Core\1.3
  • Copy src/bin/Debug/Monito.dll.config to C:\Program Files\Dynamo\Dynamo Core\1.3
  • After launching Dynamo you should see a new menu item DynaMonito

Instructions for Dynamo 2.x

I currently work mainly in Dynamo 1.3.x so some of the functionality may not have been tested thoroughly for Dynamo 2.x ...

  • Build in Visual Studio from Dynamo_2.0.1 branch
  • Copy src/Monito_ViewExtensionDefinition.xml to C:\Program Files\Dynamo\Dynamo Core\2\viewExtensions
  • Copy src/bin/Debug/Monito.dll to C:\Program Files\Dynamo\Dynamo Core\2
  • Copy src/bin/Debug/Monito.dll.config to C:\Program Files\Dynamo\Dynamo Core\2
  • After launching Dynamo you should see a new menu item DynaMonito

Work in progress

All WIP branches should be built against Dynamo 1.3 unless their name suggests otherwise