getting and installing stdwin

Steve Kirsch (stk@infoseek.com)
Fri, 18 Mar 1994 16:48:55 +0800

Here are my notes from the stdwin installation on our solaris machine:
See Modules/Setup for more info.

============

Version: 0.9.8
Source from: ftp.cwi.nl, directory pub/stdwin
Installed by: stk
Date: 2/15/94

Changes to the source needed:

What was done to install it:
cd Conf
./mkmf # answer all questions with yes
cd ..
cd Build/<arch>/x11/lib # <arch> is `machine` or `arch`
setenv CC "gcc -I/usr/openwin/include -DSYSV"
make

Note: the SYSV isn't documented. guido told me about it!

Compiled stdwin.
This creates a lib.a file in /a/soft/stdwin/stdwin0.9.8/Build/sun4/x11/lib.

In Modules/Setup,

uncommented STDWINPATH
STDWIN=/a/soft/stdwin/stdwin0.9.8
uncommented next two lines.

make