Difference between revisions of "Fvwm"

From CBLFS
Jump to navigationJump to search
Line 108: Line 108:
 
|
 
|
 
|}
 
|}
 +
 +
[[Category:Desktop Environments]]

Revision as of 15:18, 19 March 2009

Download Source: ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-2.5.31.tar.bz2

Introduction to Fvwm

FVWM is an extremely powerful ICCCM-compliant multiple virtual desktop window manager for the X Window system.

Project Homepage: http://www.fvwm.org/

Dependencies

Caution.png

Note

The source above is the latest unstable release as the latest stable release (2.4.20) is almost two years old. The build instructions below are identical for the stable release.

Required

Recommended

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --libexecdir=/usr/lib \
--enable-multibyte &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 CC="gcc ${BUILD32}" \
./configure --prefix=/usr --libexecdir=/usr/lib \
--enable-multibyte &&
make

Install the package:

make install

N32

Compile the package:

USE_ARCH=n32 CC="gcc ${BUILDN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 \
--libexecdir=/usr/lib32 --enable-multibyte &&
make

Install the package:

make install

64Bit

Compile the package:

USE_ARCH=64 CC="gcc ${BUILD64}" \
./configure --prefix=/usr --libdir=/usr/lib64 \
--libexecdir=/usr/lib64 --enable-multibyte &&
make

Install the package:

make install

Configuring

Contents

Installed Directories: None
Installed Programs: FvwmCommand, fvwm, fvwm-bug, fvwm-config, fvwm-convert-2.4, fvwm-convert-2.6, fvwm-menu-desktop, fvwm-menu-directory, fvwm-menu-headlines, fvwm-menu-xlock, fvwm-perllib, fvwm-root, fvwm2, xpmroot
Installed Libraries: None

Short Descriptions