glfs/general/genlib/glib/glib2-inst.xml
Mark Hymers d4340990a3 add Glib{,2} to genlib
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@136 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-25 11:57:01 +00:00

12 lines
237 B
XML

<sect2>
<title>Installation of GLib</title>
<para>Install glib by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>