Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.73 KB

BUILDSOURCE.md

File metadata and controls

43 lines (33 loc) · 1.73 KB

Build Rhino.Inside 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
  2. In Visual Studio, open rhino.inside-revit\src\RhinoInside.Revit.sln.

  3. Set the Solution Configuration drop-down to the Debug <revit_version>, with Revit version you have installed or want to test. This will properly link the correct Revit API libraries to the project.

  4. 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\<revit_version>\RhinoInside.Revit\ folder in order to make Revit load this add-in 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\<revit_version> and remove the file RhinoInside.Revit.addin and the folder RhinoInside.Revit.