glfs/gnome/add/gedit/gedit-inst.xml

13 lines
299 B
XML
Raw Normal View History

<sect2>
<title>Installation of gedit</title>
<para>Install gedit by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \
--sysconfdir=/etc/gnome &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>