Revision 17198,
746 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17197,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | How to build the freetype2 library on VMS |
---|
2 | ----------------------------------------- |
---|
3 | |
---|
4 | Just type one of the following depending on the type of external entries you |
---|
5 | want: |
---|
6 | |
---|
7 | mms |
---|
8 | |
---|
9 | or |
---|
10 | |
---|
11 | mms/macro=("COMP_FLAGS=/name=(as_is,short)") |
---|
12 | |
---|
13 | The library is avalaible in the directory |
---|
14 | |
---|
15 | [.LIB] |
---|
16 | |
---|
17 | To compile applications using freetype2 you'll need to define the logical |
---|
18 | FREETYPE pointing to the directory |
---|
19 | |
---|
20 | [.INCLUDE.FREETYPE] |
---|
21 | |
---|
22 | (i.e., if the directory in which this README.VMS file is located is |
---|
23 | $disk:[freetype] then define the logical with |
---|
24 | |
---|
25 | define freetype $disk:[freetype.include.freetype] |
---|
26 | |
---|
27 | This version has been tested with Compaq C V6.2-006 on OpenVMS Alpha V7.2-1. |
---|
28 | |
---|
29 | |
---|
30 | Any problems can be reported to |
---|
31 | |
---|
32 | joukj@hrem.stm.tudelft.nl |
---|
33 | |
---|
34 | |
---|
35 | Jouk Jansen |
---|
Note: See
TracBrowser
for help on using the repository browser.