I am trying to compile / install TWM-1.0.4 [crazy I know] - I thought it was part of Xorg but cant find it anywhere so I downloaded source from Xorg. This is what configure spits out :-
-- checking for TWM... configure: error: Package requirements (x11 xext xt xmu ice sm) were not met:
No package 'x11' found No package 'xext' found No package 'xt' found No package 'xmu' found No package 'ice' found No package 'sm' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables TWM_CFLAGS and TWM_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. --
Any help where to go / what to do next would be appreciated!
download xorg-libX11-dev; xorg-libSM-dev and other xorg-*-dev pkgs. Also read cookbook documentation before compiling. See receipts of other WMs in repos like fluxbox or pekwm to understand how to compile such packages.