Icewm: Difference between revisions

From CBLFS
Jump to navigationJump to search
mNo edit summary
Oppiz (talk | contribs)
Undo revision 18880 by Weibullguy (Talk) What if I want a 32bit binary? Alot of work has gone into getting 32bit build. no need to remove
Line 30: Line 30:


== Multilib ==
== 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


'''''This package does not install any libraries so only one installation is needed.'''''
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 ===
=== 64Bit ===

Revision as of 01:06, 6 September 2009

Download Source: http://downloads.sourceforge.net/icewm/icewm-1.3.7pre2.tar.gz

Introduction to Icewm

Project Homepage: Unknown

Dependencies

Required

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.
Retrieved from "?title=Icewm&oldid=19041"