mhutch / MonoDevelop.AddinMaker

Extension to make it easier to create Visual Studio for Mac / MonoDevelop extensions
MIT License
50 stars 26 forks source link

How to install an addin? #7

Closed PerfectCarl closed 9 years ago

PerfectCarl commented 9 years ago

I'm trying to install the addin I'm writing and the command tools/install doesn't install the addin in monodevelop.

How am I supposed to do it?

mhutch commented 9 years ago

Run xbuild yourproject.csproj /t:CreatePackage and the MSBuild targets will create an mpack file. You can install this using the "install from file" button in the Addin Manager.