Difference between revisions of "Icewm"
From CBLFS
Jump to navigationJump to searchm (→Last tested version) |
|||
(12 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{|- | {|- | ||
!Download Source: | !Download Source: | ||
− | | http://sourceforge.net/ | + | | http://downloads.sourceforge.net/icewm/icewm-{{Icewm-Version}}.tar.gz |
|} | |} | ||
− | + | ---- | |
− | - | + | {{Package-Introduction|IceWM is a window manager for the X Window System (freedesktop, XFree86). The goal of IceWM is speed, simplicity, and not getting in the user's way.|http://www.icewm.org/}} |
== Dependencies == | == Dependencies == | ||
Line 12: | Line 12: | ||
=== Required === | === Required === | ||
* [[X Window System]] | * [[X Window System]] | ||
+ | * [[Imlib]] * It will build without if but looses much of it's functionality * | ||
+ | |||
+ | == Non-Multilib == | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | ./configure --prefix=/usr --without-imlib && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
− | + | Install the documentation, if desired: | |
− | |||
− | + | make install-docs | |
− | '''''This package does not | + | == Multilib == |
+ | '''''This package does not install any libraries so only one installation is needed.''''' | ||
− | + | === 32Bit === | |
− | |||
− | + | Compile the package: | |
− | ./configure --prefix=/usr --without-imlib | + | CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ |
− | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ | |
+ | ./configure --prefix=/usr --without-imlib && | ||
make | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
make install | make install | ||
+ | |||
+ | === N32 === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | ||
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | ||
+ | ./configure --prefix=/usr --without-imlib && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | === 64Bit === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | ||
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | ||
+ | ./configure --prefix=/usr --without-imlib && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | Install the documentation, if desired: | ||
+ | |||
+ | make install-docs | ||
== Configuring Icewm == | == Configuring Icewm == | ||
Line 34: | Line 79: | ||
The default settings are in /etc/icewm-preferences. Copy this to ~/.icewm/preferences and edit as you please. | The default settings are in /etc/icewm-preferences. Copy this to ~/.icewm/preferences and edit as you please. | ||
− | + | [[Category:Window Managers]] | |
− |
Latest revision as of 15:53, 13 May 2010
Download Source: | http://downloads.sourceforge.net/icewm/icewm-1.3.7pre2.tar.gz |
---|
Contents
Introduction to Icewm
IceWM is a window manager for the X Window System (freedesktop, XFree86). The goal of IceWM is speed, simplicity, and not getting in the user's way.
Project Homepage: http://www.icewm.org/
Dependencies
Required
- X Window System
- Imlib * It will build without if but looses much of it's functionality *
Non-Multilib
Compile the package:
./configure --prefix=/usr --without-imlib && make
Install the package:
make install
Install the documentation, if desired:
make install-docs
Multilib
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=/usr --without-imlib && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ ./configure --prefix=/usr --without-imlib && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ ./configure --prefix=/usr --without-imlib && make
Install the package:
make install
Install the documentation, if desired:
make install-docs
Configuring Icewm
The default settings are in /etc/icewm-preferences. Copy this to ~/.icewm/preferences and edit as you please.