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 can I use it with my language binding addin? #6

Closed PerfectCarl closed 9 years ago

PerfectCarl commented 9 years ago

I'm working on valabindings and each time I launch the my addin in debug mode, I can't load vala project because my addin is not registred in the new MD instance.

Is there something I should do ?

My addin needs some specific addins (like automake, gettext to launch) so I run /path/to/MonoDevelop.exe as my execute action. If I don't, I don't get the dependency addins (automake, gettextt, installed)

PerfectCarl commented 9 years ago

It was not an issue related to addinmaker