script to install 4.0.1 over 4.0.0
Alexander Vidybida
vidybida at bitp.kiev.ua
Tue Dec 9 12:06:22 CET 2003
Hi to everybody,
I use Xfce since 3.8.16 and find it excellent for its lightness and
general ideology. Recently I have installed 4.0.1 over 4.0.0 by using
an attached shell script ("compile_Xfce_4.0.1").
I use it under bash shell in Linux 2.4...
It can be used as follows:
After decompressing the bzipped and gzipped files put the script
in the .../xfce-4.0.1/src directory. Become root and chmod 770 compile_Xfce-4.0.1 . Then run command ./compile_Xfce-4.0.1 .
If the 4.0.0 was compiled before then all necessary libs are in place,
and compilation and installation will go smooth. It takes about 2 hours on
my Pentium 200 MHz.
Thanks to developers,
--
Alexander
-------------- next part --------------
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig;
export PKG_CONFIG_PATH
n=0
for a in \
libxfce4util-4.0.1/ \
libxfcegui4-4.0.1/ \
libxfce4mcs-4.0.1/ \
xfce-mcs-manager-4.0.1/ \
xfce4-iconbox-4.0.1/ \
xfwm4-themes-4.0.0/ \
xfwm4-4.0.1/ \
xfce4-panel-4.0.1/ \
xfce4-systray-4.0.1/ \
xfce4-themes-4.0.0/ \
dbh-1.0.15/ \
gtk-xfce-engine-2.1.7/ \
xfce4-mixer-4.0.1/ \
xfce4-toys-4.0.1/ \
xfce4-trigger-launcher-4.0.1/ \
xfce-mcs-plugins-4.0.1/ \
xfce-utils-4.0.1/ \
xfdesktop-4.0.1/ \
xffm-4.0.1/ \
xffm-icons-4.0.0/ \
xfprint-4.0.1/
do
echo $a start >> report
cd $a
./configure --with-sound=alsa
make
make install
cd ..
let "n = n + 1"
echo $a finish $n >> report
done
More information about the Xfce
mailing list