]>
Commit | Line | Data |
---|---|---|
f9cb48ef JJ |
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 | ||
2b8e283d | 9 | To get everything compiled you'll need to have installed: |
f9cb48ef JJ |
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. | |
2b8e283d JJ |
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 | ||
f9cb48ef | 21 | Currently only the MOTIF GUI vcan be build by typing |
2b8e283d | 22 | MMS/MACRO=(__WXMOTIF__=1) |
f9cb48ef JJ |
23 | in the main directory of the distribution. |
24 | ||
25 | It automatically makes the library in [.lib] and links the following samples | |
816654ba | 26 | [.samples.menu]dialogs.exe |
2b8e283d | 27 | [.samples.menu]image.exe |
f9cb48ef | 28 | [.samples.menu]menu.exe |
548be1f5 | 29 | [.samples.menu]minimal.exe |
f9cb48ef JJ |
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 | >-----------------------------------------------------------------------------< |