-
Notifications
You must be signed in to change notification settings - Fork 95
Mono-Addins 1.3.5 make install rule is failing #73
Comments
Hello, I experienced the same issue on Arch Linux (and this issue seems to be duplicated with #70 ). Nothing new? I saw that makefile/configure/autogen.sh have been deleted on the last release, is there an other way to compile this? Thanks. |
Installing to the GAC is no longer supported. It's intended that apps should bundle their own copy of Mono.Addins that they obtain from NuGet: https://www.nuget.org/packages/Mono.Addins To build the NuGet packages, use |
@mhutch which really isn't a nice way for distributions. We aim to build things from source ourselves and not pull in precompiled binary dependencies from the internet. I'm sure there are a lot of people quite sad about this move as it creates lot of unnecessary hassle doing source builds |
It's not that difficult to build from source. Check out this repo, and run In the project from which you want to use this, add a <configuration>
<packageSources>
<add key="Mono.Addins Source Build" value="/path/to/mono-addins/bin" />
</packageSources>
</configuration> |
Well, I guess I'll give it a second chance then :). Thank you for the tip. |
Also the README still provides instruction for building with the autotools. |
Version 1.3.5 is building correctly but failing to install:
Note that DESTDIR is used for linux packing.
The text was updated successfully, but these errors were encountered: