mhutch / MonoDevelop.AddinMaker

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

Building on Linux and MD 5 compatibility #3

Closed CuriousCain closed 8 years ago

CuriousCain commented 9 years ago

Attempted to fix building the addin on linux machines by grabbing the bin directory using LD_LIBRARY_PATH (which it seems should be set when installing Monodevelop). If not, it can easily be set.

The new addin is built with MD 5, too, so it should be compatible with new versions if the package is added to the public addin repositories.

mhutch commented 8 years ago

Hopefully fixes in the build system have resolve the issue this was addressing. Unfortunately I don't have a Linux machine to test.