glfs/x/wm/xfce/xfce-inst.xml
Larry Lawrence 5e18c49cdd compound word edits, a2ps expanded intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1303 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-04 14:23:39 +00:00

66 lines
2.3 KiB
XML

<sect2>
<title>Installation of <application>XFce</application></title>
<para><application>XFce</application> now distributes as a
<acronym>TAR</acronym> ball of
base packages and module packages. These instructions will only cover
the bare minimum to run the application. The remaining modules would
all follow the same pattern which will soon become obvious.</para>
<para>Install <application>XFce</application> by running the following commands:</para>
<screen><userinput><command>cd src &amp;&amp;
tar -xzvf libxfce4util-&xfce-version; &amp;&amp;
cd libxfce4util-&xfce-version; &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd .. &amp;&amp;
tar -xzvf libxfcegui4-&xfce-version; &amp;&amp;
cd libxfcegui4-&xfce-version; &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd .. &amp;&amp;
tar -xzvf libxfce4mcs-&xfce-version; &amp;&amp;
cd libxfce4mcs-&xfce-version; &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd .. &amp;&amp;
tar -xzvf xfce-mcs-manager-&xfce-version; &amp;&amp;
cd xfce-mcs-manager-&xfce-version; &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd .. &amp;&amp;
tar -xzvf xfwm4-&xfce-version; &amp;&amp;
cd xfwm4r-&xfce-version; &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd .. &amp;&amp;
tar -xzvf xfdesktop-&xfce-version; &amp;&amp;
cd xfdesktop-&xfce-version; &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd .. &amp;&amp;
tar -xzvf xfce4-panel-&xfce-version; &amp;&amp;
cd xfce4-panel-&xfce-version; &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd .. &amp;&amp;
tar -xzvf xfce-utils-&xfce-version; &amp;&amp;
cd xfce-utils-&xfce-version; &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<para>Modules not installed above are: dbh-1.0.15 (required for xffm),
gtk-xfce-engine-2.1.6, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer,
xfce4-systray, sxfce4-themes, xfce4-toys, xfce4-trigger-launcher, xffm,
xffm-icons, xfprint, and xfwm4-themes.</para>
</sect2>