2002-08-12 09:33:19 +08:00
|
|
|
<sect2>
|
2003-09-28 07:58:17 +08:00
|
|
|
<title>Installation of <application>XFce</application></title>
|
2002-08-12 09:33:19 +08:00
|
|
|
|
2003-10-04 22:23:39 +08:00
|
|
|
<para><application>XFce</application> now distributes as a
|
|
|
|
<acronym>TAR</acronym> ball of
|
2003-09-28 09:26:30 +08:00
|
|
|
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>
|
2003-09-28 07:58:17 +08:00
|
|
|
<para>Install <application>XFce</application> by running the following commands:</para>
|
2002-08-12 09:33:19 +08:00
|
|
|
|
2003-09-28 09:26:30 +08:00
|
|
|
<screen><userinput><command>cd src &&
|
|
|
|
tar -xzvf libxfce4util-&xfce-version; &&
|
|
|
|
cd libxfce4util-&xfce-version; &&
|
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cd .. &&
|
|
|
|
tar -xzvf libxfcegui4-&xfce-version; &&
|
|
|
|
cd libxfcegui4-&xfce-version; &&
|
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cd .. &&
|
|
|
|
tar -xzvf libxfce4mcs-&xfce-version; &&
|
|
|
|
cd libxfce4mcs-&xfce-version; &&
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cd .. &&
|
|
|
|
tar -xzvf xfce-mcs-manager-&xfce-version; &&
|
|
|
|
cd xfce-mcs-manager-&xfce-version; &&
|
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cd .. &&
|
|
|
|
tar -xzvf xfwm4-&xfce-version; &&
|
|
|
|
cd xfwm4r-&xfce-version; &&
|
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cd .. &&
|
|
|
|
tar -xzvf xfdesktop-&xfce-version; &&
|
|
|
|
cd xfdesktop-&xfce-version; &&
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cd .. &&
|
|
|
|
tar -xzvf xfce4-panel-&xfce-version; &&
|
|
|
|
cd xfce4-panel-&xfce-version; &&
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cd .. &&
|
|
|
|
tar -xzvf xfce-utils-&xfce-version; &&
|
|
|
|
cd xfce-utils-&xfce-version; &&
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
2002-08-12 09:33:19 +08:00
|
|
|
make &&
|
2003-09-28 07:58:17 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-08-12 09:33:19 +08:00
|
|
|
|
2003-09-28 09:26:30 +08:00
|
|
|
<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>
|
2002-08-12 09:33:19 +08:00
|
|
|
|
2003-09-28 09:26:30 +08:00
|
|
|
</sect2>
|