Vijay Dubey wrote:
> 
> Hi,
> 
> I have started using Glade. I don't know how to make executable file once
> after designing the look and feel in glade. Please mail me if there are some
> site from where I can get the details for using glade.

In the FAQ:

2.1 How do I build the code generated by Glade?

 A: You need automake >= 1.4 & autoconf >= 2.13 to build the generated C code.
    You also need gettext >= 0.10.35 if you enabled gettext support. See the
    'Requirements' section in the README file for links to these.

    Run './autogen.sh' in the toplevel directory of the project to run
    automake, autoconf and the related utilities to build the Makefiles. Pass
    it any options you want passed to configure, e.g.

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

    Then run 'make' to build your application.

    Note that for Gnome applications, you must also do a 'make install' so that
    the pixmaps are installed properly. If you don't do that, it will still
    run, but you won't see the pixmaps.


Damon



+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to