Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: xfce-4.0.6   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

cd /sources/ &&
tar -xjf xfce-4.0.6-src.tar.bz2 &&
cd /sources/xfce-4.0.6/src &&
tar -xzvf libxfce4util-4.0.6.tar.gz &&
cd libxfce4util-4.0.6 &&
./configure --prefix=/usr &&
make &&
make install &&
cd .. &&
tar -xzvf libxfcegui4-4.0.6.tar.gz &&
cd libxfcegui4-4.0.6 &&
./configure --prefix=/usr &&
make &&
make install &&
cd .. &&
tar -xzvf libxfce4mcs-4.0.6.tar.gz &&
cd libxfce4mcs-4.0.6 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
cd .. &&
tar -xzvf xfce-mcs-manager-4.0.6.tar.gz &&
cd xfce-mcs-manager-4.0.6 &&
./configure --prefix=/usr &&
make &&
make install &&
cd .. &&
tar -xzvf xfwm4-4.0.6.tar.gz &&
cd xfwm4-4.0.6 &&
./configure --prefix=/usr &&
make &&
make install &&
cd .. &&
tar -xzvf xfdesktop-4.0.6.tar.gz &&
cd xfdesktop-4.0.6 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
cd .. &&
tar -xzvf xfce4-panel-4.0.6.tar.gz &&
cd xfce4-panel-4.0.6 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
cd .. &&
tar -xzvf xfce-utils-4.0.6.tar.gz &&
cd xfce-utils-4.0.6 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
cd .. &&
tar -xzvf dbh-1.0.18.tar.gz &&
cd dbh-1.0.18 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
cd .. &&
tar -xzvf xffm-4.0.6.tar.gz &&
cd xffm-4.0.6 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install

The output should look something like this:

libxfce4util-4.0.6/
libxfce4util-4.0.6/libxfce4util/
libxfce4util-4.0.6/libxfce4util/debug.h
libxfce4util-4.0.6/libxfce4util/i18n.h
libxfce4util-4.0.6/libxfce4util/libxfce4util.h
libxfce4util-4.0.6/libxfce4util/libxfce4util-config.h
libxfce4util-4.0.6/libxfce4util/utf8.h
libxfce4util-4.0.6/libxfce4util/util.h
libxfce4util-4.0.6/libxfce4util/Makefile.am
libxfce4util-4.0.6/libxfce4util/Makefile.in
libxfce4util-4.0.6/libxfce4util/libxfce4util-1.0.pc.in
libxfce4util-4.0.6/libxfce4util/libxfce4util-config.h.in
libxfce4util-4.0.6/libxfce4util/i18n.c
.
.
.
 /bin/install -c -m 644 'xffm.html' '/usr/share/xfce4/doc/fr/xffm.html'
make[3]: Leaving directory `/sources/xfce-4.0.6/src/xffm-4.0.6/doc/fr'
make[2]: Leaving directory `/sources/xfce-4.0.6/src/xffm-4.0.6/doc/fr'
make[2]: Entering directory `/sources/xfce-4.0.6/src/xffm-4.0.6/doc'
make[3]: Entering directory `/sources/xfce-4.0.6/src/xffm-4.0.6/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/xfce-4.0.6/src/xffm-4.0.6/doc'
make[2]: Leaving directory `/sources/xfce-4.0.6/src/xffm-4.0.6/doc'
make[1]: Leaving directory `/sources/xfce-4.0.6/src/xffm-4.0.6/doc'
make[1]: Entering directory `/sources/xfce-4.0.6/src/xffm-4.0.6'
make[2]: Entering directory `/sources/xfce-4.0.6/src/xffm-4.0.6'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ./mkinstalldirs /usr/share/xffm
if test -f ./AUTHORS; then \
          /bin/install -c -m 644 ./AUTHORS /usr/share/xffm; \
fi
if test -f ./mime/applications.xml; then \
          /bin/install -c -m 644 ./mime/applications.xml /usr/share/xffm; \
fi
if test -d ./pixmaps; then \
  /bin/sh ./mkinstalldirs /usr/share/xffm/pixmaps; \
fi
if test -f ./pixmaps/types.xml; then \
          /bin/install -c -m 644 ./pixmaps/types.xml /usr/share/xffm/pixmaps; \
fi
if test -d ./pixmaps/no_icons; then \
  /bin/sh ./mkinstalldirs /usr/share/xffm/pixmaps/no_icons; \
fi
make[2]: Leaving directory `/sources/xfce-4.0.6/src/xffm-4.0.6'
make[1]: Leaving directory `/sources/xfce-4.0.6/src/xffm-4.0.6'

~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.

Copyright 2006-2008 NoNIC.org

Created by:
MCJ
MCJ CMS