Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.63 KB

build-source.md

File metadata and controls

24 lines (20 loc) · 1.63 KB

Build RhinoInside Revit from source

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Getting Source & Build

  1. Clone the repository. At the command prompt, enter the following command:
git clone --recursive https://github.com/mcneel/rhino.inside-revit.git rhino.inside-revit
  1. In Visual Studio: open rhino.inside-revit\src\RhinoInside.Revit.sln.
  2. Set the Solution Configuration drop-down according the Revit version you have installed. This will properly link the correct Revit API libraries to the project.
  3. Navigate to Build > Build Solution to begin your build.

Installing & Uninstalling

The project is configured to copy .addin file as well as output files to the folder "%APPDATA%\Autodesk\Revit\Addins\%RevitVer%\RhinoInside.Revit\" folder in order to make Revit load this addon next time it runs.

In order to uninstall it you can use Visual Studio Build > Clean Solution command or just navigate to the folder "%APPDATA%\Autodesk\Revit\Addins\%RevitVer%\ and remove the file RhinoInside.Revit.addin and the folder RhinoInside.Revit.