source: x/wm/xfce/xfce-inst.xml@ dcd8072

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dcd8072 was 9c89fd3, checked in by Igor Živković <igor@…>, 20 years ago

updated to xfce-4.0.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1966 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<sect2>
2<title>Installation of <application>XFce</application></title>
3
4<para><application>XFce</application> now distributes as a
5<acronym>TAR</acronym> ball of
6base packages and module packages. These instructions will only cover
7the bare minimum to run the application. The remaining modules would
8all follow the same pattern which will soon become obvious.</para>
9<para>Install <application>XFce</application> by running the following commands:</para>
10
11<screen><userinput><command>cd src &amp;&amp;
12tar xzvf libxfce4util-&xfce-version;.tar.gz &amp;&amp;
13cd libxfce4util-&xfce-version; &amp;&amp;
14./configure --prefix=/usr &amp;&amp;
15make &amp;&amp;
16make install &amp;&amp;
17cd .. &amp;&amp;
18tar xzvf libxfcegui4-&xfce-version;.tar.gz &amp;&amp;
19cd libxfcegui4-&xfce-version; &amp;&amp;
20./configure --prefix=/usr &amp;&amp;
21make &amp;&amp;
22make install &amp;&amp;
23cd .. &amp;&amp;
24tar xzvf libxfce4mcs-&xfce-version;.tar.gz &amp;&amp;
25cd libxfce4mcs-&xfce-version; &amp;&amp;
26./configure --prefix=/usr &amp;&amp;
27make &amp;&amp;
28make install &amp;&amp;
29cd .. &amp;&amp;
30tar xzvf xfce-mcs-manager-&xfce-version;.tar.gz &amp;&amp;
31cd xfce-mcs-manager-&xfce-version; &amp;&amp;
32./configure --prefix=/usr &amp;&amp;
33make &amp;&amp;
34make install &amp;&amp;
35cd .. &amp;&amp;
36tar xzvf xfwm4-&xfce-version;.tar.gz &amp;&amp;
37cd xfwm4-&xfce-version; &amp;&amp;
38./configure --prefix=/usr &amp;&amp;
39make &amp;&amp;
40make install &amp;&amp;
41cd .. &amp;&amp;
42tar xzvf xfdesktop-&xfce-version;.tar.gz &amp;&amp;
43cd xfdesktop-&xfce-version; &amp;&amp;
44./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
45make &amp;&amp;
46make install &amp;&amp;
47cd .. &amp;&amp;
48tar xzvf xfce4-panel-&xfce-version;.tar.gz &amp;&amp;
49cd xfce4-panel-&xfce-version; &amp;&amp;
50./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
51make &amp;&amp;
52make install &amp;&amp;
53cd .. &amp;&amp;
54tar xzvf xfce-utils-&xfce-version;.tar.gz &amp;&amp;
55cd xfce-utils-&xfce-version; &amp;&amp;
56./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
57make &amp;&amp;
58make install</command></userinput></screen>
59
60<para>Modules not installed above are: dbh-1.0.15 (required for xffm),
61gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer,
62xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher, xffm,
63xffm-icons, xfprint and xfwm4-themes.</para>
64
65</sect2>
Note: See TracBrowser for help on using the repository browser.