]>
Commit | Line | Data |
---|---|---|
1 | This distribution contains makefiles for VMS. It is a very preliminary release | |
2 | and many tests have still to be done. | |
3 | ||
4 | The compilation was tested with | |
5 | -OpenVMS Alpha 7.2 | |
6 | -DECC 6.0 | |
7 | -Compac C++ 6.2 | |
8 | ||
9 | To get everything compiled you'll need to have installed: | |
10 | -Bison | |
11 | -Flex | |
12 | -Sed | |
13 | These programs are all on the OpenVMS freeware CD and can be downloaded from | |
14 | http://www.openvms.digital.com/freeware/ | |
15 | At the moment you'll have to hack the descrip.mms files to include the right | |
16 | locations of the packages, but i intend to make this better in future. | |
17 | -sys$library:libjpeg.olb (from ftp://ftp.uu.net/graphics/jpeg/ ) | |
18 | -sys$library:libpng.olb & sys$library:libz.olb (from | |
19 | http://www.cdrom.com/pub/png/pngcode.html ) | |
20 | ||
21 | Currently only the MOTIF GUI vcan be build by typing | |
22 | MMS/MACRO=(__WXMOTIF__=1) | |
23 | in the main directory of the distribution. | |
24 | ||
25 | It automatically makes the library in [.lib] and links the following samples | |
26 | [.samples.menu]dialogs.exe | |
27 | [.samples.menu]image.exe | |
28 | [.samples.menu]menu.exe | |
29 | [.samples.menu]minimal.exe | |
30 | ||
31 | ||
32 | ||
33 | Finally : | |
34 | I like the idea of Robert Roebling that CD's with classical music should be | |
35 | send to the authors. | |
36 | ||
37 | ||
38 | >-----------------------------------------------------------------------------< | |
39 | ||
40 | Jouk Jansen | |
41 | ||
42 | joukj@hrem.stm.tudelft.nl | |
43 | ||
44 | ||
45 | Technische Universiteit Delft tttttttttt uu uu ddddddd | |
46 | Nationaal centrum voor HREM tttttttttt uu uu dd dd | |
47 | Rotterdamseweg 137 tt uu uu dd dd | |
48 | 2628 AL Delft tt uu uu dd dd | |
49 | Nederland tt uu uu dd dd | |
50 | tel. 31-15-2781536 tt uuuuuuu ddddddd | |
51 | ||
52 | >-----------------------------------------------------------------------------< |