-
Notifications
You must be signed in to change notification settings - Fork 4
Building from Source
Andreas Dieckmann edited this page Jul 22, 2018
·
1 revision
- Build in Visual Studio from
Dynamo_1.3
ormaster
branch - Copy
src/Monito_ViewExtensionDefinition.xml
toC:\Program Files\Dynamo\Dynamo Core\1.3\viewExtensions
- Copy
src/bin/Debug/Monito.dll
toC:\Program Files\Dynamo\Dynamo Core\1.3
- Copy
src/bin/Debug/Monito.dll.config
toC:\Program Files\Dynamo\Dynamo Core\1.3
- After launching Dynamo you should see a new menu item
DynaMonito
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
toC:\Program Files\Dynamo\Dynamo Core\2\viewExtensions
- Copy
src/bin/Debug/Monito.dll
toC:\Program Files\Dynamo\Dynamo Core\2
- Copy
src/bin/Debug/Monito.dll.config
toC:\Program Files\Dynamo\Dynamo Core\2
- After launching Dynamo you should see a new menu item
DynaMonito
All WIP branches should be built against Dynamo 1.3 unless their name suggests otherwise