Re: gnome hello compiling




> i'm trying to encourage a few students here to contribute to the gnome 
> project, but it seems the hardest thing for them is the "getting started" 
> bit.  if i could show them how to compile a prog without having to 
> explain how the kernel works, i'd be happy ;-).

The tutorial explains most of what is required for setting up a gnome
application.  Compiling gnome apps just requires you to specify the
libraries you want to link with, which can be something like:

	-lgnomeui -lgnome -lgdk_imlib -lgtk -lgdk -lglib -lX11 

And any other X11 libraries that migth be used by gnome/gtk

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]