Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't use Mono.Cairo

I'm trying to develop a simple test application with MonoDevelop (On ubuntu).

I've tried adding reference to Mono.Cairo, but I can't access the namespace Mono.Cairo within the IDE.

What can I do?

like image 749
Gilad Naaman Avatar asked Apr 24 '26 18:04

Gilad Naaman


1 Answers

Have you installed the library? sudo apt-get install libmono-cairo2.0-cil or something similar? I'm not sure if that dependency is found automatically by MonoDevelop, perhaps you also need to specify the dependency even when installed.

like image 77
bjarneh Avatar answered Apr 27 '26 07:04

bjarneh