Change to the "src" directory and compile with these options (or add them in the Makefile):
        Digital UNIX:
    
        make CFLAGS=-std1
    
        FreeBSD:
    
        make CFLAGS='-ansi -I/usr/X11R6/include' LDFLAGS=-L/usr/X11R6/lib
    
        Solaris:
    
        make
    
        HP-UX 10.20 with X11R6 (paths might be different for your
        installation):
    
        make CFLAGS='-Aa -D_HPUX_SOURCE -z +DAportable -I/usr/include/X11R6
        -I/usr/contrib/X11R6/include' LDFLAGS='-L/usr/lib/X11R6
        -L/usr/contrib/X11R6/lib'
    
    Then install the binaries:
    make DESTDIR=/usr/local/bin install
Or install them into your home. If you don't define DESTDIR, the binaries are installed into the empty "bin" subdirectory in the source tree.
Install Wwm.ad and XIconBox.ad (from the main directory in the source tree) as "Wwm" and "XIconBox" in your X resource search path or paste the contents into your .Xdefaults file.
Create a .keytools in your home directory. See keytools.example for the syntax.
Kill your window manager and start keytools and wwm, or put the invocation in your .xsession or .xinitrc and log in again.
To the main page
    Page created: Feb 07, 1999  - last update: Feb 11, 1999 - version 1.6
    Jörg Czeranski