Installing WindowMaker

I choose to install Window Maker as the Window Manager. This is because I've used WindowMaker for quite a while now and I'm very satisfied with it. As usual, you don't have to do what I'm doing; install whatever you want. As you might know, you can install several Window Managers simultaneously and choose which one to start by specifying it in the $HOME/.xinitrc (or $HOME/.xsession in case you decide to use xdm) file.

I was meaning to use KDE instead of WindowMaker but I can't get KDE to compile using gcc-2.95.2 (at least I think it's to be blamed on gcc-2.95.2). I'll wait for KDE2 to be released and hope that version does compile.

Installing libPropList


./configure
make
make install

Installing libXpm


xmkmf
make Makefiles
make includes
make depend
cd lib
make
make install
cd ..
make
make install

Installing libpng


./configure
make
make install

Installing libtiff


./configure
make
make install

Installing libjpeg


./configure --enable-shared --enable-static
make
make install

Installing libungif


./configure
make
make install

Installing WindowMaker


./configure
make
make install

Updating dynamic loader cache


ldconfig

Configuring WindowMaker

Every user who wishes to use WindowMaker has to run the wmaker.inst script before he or she can use it. This script will copy the necessary files into the user's home directory and modify the $HOME/.xinitrc file (or create it if it's not there yet).


wmaker.inst