Difference between revisions of "Icewm"
From CBLFS
Jump to navigationJump to search (first attempt) |
(→Multilib Considerations) |
||
Line 21: | Line 21: | ||
'''If for some reason you wish to use the non-default ABI on a multilib install, remember to configure with''' | '''If for some reason you wish to use the non-default ABI on a multilib install, remember to configure with''' | ||
− | CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" | + | CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 |
== Compile and Install == | == Compile and Install == |
Revision as of 13:00, 27 October 2006
Download Source: | http://sourceforge.net/projects/icewm |
---|
As the homepage says, The features of icewm are speed, simplicity, and not getting in the user's way.
Contents
Dependencies
Required
Optional
Multilib Considerations
This package does not provide any libraries, so you will only need to install it once.
If for some reason you wish to use the non-default ABI on a multilib install, remember to configure with
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32
Compile and Install
./configure --prefix=/usr --without-imlib
you can omit the --without-imlib switch if imlib is installed
make make install
Configuring Icewm
The default settings are in /etc/icewm-preferences. Copy this to ~/.icewm/preferences and edit as you please.
Last tested version
icewm-1.2.27