[Gtk-sharp-list] Installation of Gtk# to Dev Mono

Andres G. Aragoneses knocte at gmail.com
Wed Jan 30 21:05:47 UTC 2013


On 25/01/13 04:08, Scott Stephens wrote:
> Hi all,
>
> I've been working on a MonoDevelop Addin, and I'm trying to test it
> against a version of Mono built from source.  I've gotten some simple
> test projects working okay with my locally built mono, but when I've
> moved on to trying to work with my Addin, I can't compile because I
> depend on Gtk# and Pango#.  I can't figure out how to install those two
> libraries to my locally built mono.  I've never dealt with them
> separately because they always come bundled with the Mono binary package.
>
> Can anyone suggest how to install Gtk# and Pango# to my locally built Mono?

If your locally built mono is installed in /foo/bar, then when 
configuring GTK# and Pango#, you would use the argument --prefix=/foo/bar

Example: if /foo/bar == /usr/local, then:

./autogen.sh --prefix=/usr/local




More information about the Gtk-sharp-list mailing list