glfs/gnome/core/session/gnome-session-inst.xml

14 lines
370 B
XML
Raw Normal View History

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