#Here is instruction how to compile qvwm-1.1.12-10 in TC 5.x 32-bit.

#You need this extensions:
#tce-load -iw compiletc
#tce-load -iw libX11-dev
#tce-load -iw xorg-proto
#tce-load -iw libXext-dev
#tce-load -iw libXpm-dev

#wget https://ahinea.com/qvwm/qvwm-1.1.12-10-IKu.tar.gz
#wget http://www.dietpc.org/downloads/source/common/qvwm/qvwm-1.1.12-10-IKu.tar.gz
wget http://dietpc.dyndns.org:4077/downloads/source/common/qvwm/qvwm-1.1.12-10-IKu.tar.gz
#http://dietpc.dyndns.org:4077/downloads/source/common/qvwm/qvwm-1.2.0-pre.tar.gz

#and unpack it
tar xfz qvwm-1.1.12-10-IKu.tar.gz

cd qvwm-1.1.12-10-IKu
./configure --prefix=/usr/local --without-alsa --without-esd --without-imlib --disable-xsmp

#You have to add "-lXpm" to src/Makefile
#it should look like this
#LIBS = -lXpm -lXss -lXext -lX11...

#You have to add "#include <X11/xpm.h>" to src/pixmap_image.cc
#it should look like this
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/xpm.h>
#include "main.h"

#go to
cd qvwm-1.1.12-10-IKu
#and type
make install DESTDIR=/tmp/qvwm
cd /tmp/
mksquashfs qvwm qvwm.tcz

#config file should be in
#/usr/local/share/qvwm/system.qvwmr

#The essential sections inside system.qvwmrc are:
#[StartMenu]
#[DesktopMenu]
#[IconMenu]