2002-12-15 13:15:15 +08:00
|
|
|
<sect2>
|
2003-09-18 22:44:41 +08:00
|
|
|
<title>Installation of <application>libglade</application></title>
|
2002-12-15 13:15:15 +08:00
|
|
|
|
2003-09-18 22:44:41 +08:00
|
|
|
<para>The <command>make</command> command attempts to open an <application>X
|
|
|
|
</application> display during the compile, so an <application>X</application>
|
|
|
|
server must be running during this process.</para>
|
2002-12-15 13:15:15 +08:00
|
|
|
|
2003-09-18 22:44:41 +08:00
|
|
|
<para>Install <application>libglade</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/opt/gnome --enable-bonobo \
|
|
|
|
--disable-gtk-doc &&
|
2002-12-15 13:15:15 +08:00
|
|
|
make &&
|
2003-09-18 22:44:41 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-12-15 13:15:15 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|