GTK+ adding references in MonoDevelop

2019-09-02 01:46发布

问题:

I am currently developing a GTK# application which will use a component to view a web page and make connection to an FTP server. So I found these two libraries, Webkit for viewing the web page and gFTP for the FTP connection.

Now I've added the packages using Synaptic Package Manager. And the package references are added to a folder called '/usr/lib/pkconfig/'.

Apparently this should add the libraries to the references-list I can use from in MonoDevelop, but neither of them show up. =/

I already tried rebooting MonoDevelop and my computer (yes, I am a Windows-user), but it did not work. Any suggestions?

回答1:

Monodevelop only shows managed libraries (.net assemblies) in the references list. What you installed are native libraries which can't be directly used in gtk#.