[MonoDevelop] creating a package to use with md

artyom.szasa at gmail.com artyom.szasa at gmail.com
Fri Mar 1 12:34:26 UTC 2013


HI!

I have pretty dummy question and don't know where to ask :)

I'm trying to create own package and use it in my other projects. I create
a library project, generate Makefiles for my project and emitted "make" and
"make install". I've got my dll-s installed into ../lib and .pc installed
into ../lib/pkgconfig. And here comes the problem. MonoDevelop refuses to
list my own package in "references" dialog. I only can use my library from
".NET Assembly" tab but not the packages tab. In that case MD stores the
relative location to the dll in HintPath of the reference and do not use
pkg-config to resolve the reference. Thus I cannot complile my projects on
a different machine or from different path...

I also installed the library using gacutil. Still MD does not find my
package..

How does MD search for packages? How can I create package MD will list
within "Packages" tab of "references" dialog?


--
Thank you in advice,
Artyom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130301/2d6d0896/attachment.html>


More information about the Monodevelop-list mailing list