]> git.saurik.com Git - wxWidgets.git/blob - docs/readme_vms.txt
updated legalese regarding libtiff, libjpeg
[wxWidgets.git] / docs / readme_vms.txt
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 -sys$library:libtiff.olb (from: ftp://ftp.sgi.com/graphics/tiff/ )
21
22 Currently only the MOTIF GUI vcan be build by typing
23 MMS/MACRO=(__WXMOTIF__=1)
24 in the main directory of the distribution.
25
26 It automatically makes the library in [.lib] and links some of the samples
27 and utils.
28
29 N.B.
30 the following patch is needed in the tiff3.4 distribution:
31
32 polka-jj) diff TIFFCOMP.H;3 TIFFCOMP.H;1
33 ************
34 File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3
35 97 #ifndef HAVE_UNISTD_H
36 98 #define HAVE_UNISTD_H 1
37 99 #endif
38 100 #endif
39 ******
40 File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1
41 97 #define HAVE_UNISTD_H 1
42 98 #endif
43 ************
44 ************
45 File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3
46 108 #if !defined(SEEK_SET) && defined( HAVE_UNISTD_H )
47 109 #include <unistd.h>
48 ******
49 File $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1
50 106 #if !defined(SEEK_SET) && HAVE_UNISTD_H
51 107 #include <unistd.h>
52 ************
53
54 Number of difference sections found: 2
55 Number of difference records found: 4
56
57 DIFFERENCES /IGNORE=()/MERGED=1-
58 $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;3-
59 $DISK2:[JOUKJ.PUBLIC.TIFF.TIFF.LIBTIFF]TIFFCOMP.H;1
60
61
62
63 Finally :
64 I like the idea of Robert Roebling that CD's with classical music should be
65 send to the authors.
66
67
68 >-----------------------------------------------------------------------------<
69
70 Jouk Jansen
71
72 joukj@hrem.stm.tudelft.nl
73
74
75 Technische Universiteit Delft tttttttttt uu uu ddddddd
76 Nationaal centrum voor HREM tttttttttt uu uu dd dd
77 Rotterdamseweg 137 tt uu uu dd dd
78 2628 AL Delft tt uu uu dd dd
79 Nederland tt uu uu dd dd
80 tel. 31-15-2781536 tt uuuuuuu ddddddd
81
82 >-----------------------------------------------------------------------------<