comparison src/INSTALLvms.txt @ 412:53c36fa7dc29

updated for version 7.0108
author vimboss
date Tue, 12 Jul 2005 22:40:29 +0000
parents 3fc0f57ecb91
children 4cf1c5977c35
comparison
equal deleted inserted replaced
411:5f33b64a6694 412:53c36fa7dc29
1 INSTALLvms.txt - Installation of Vim on OpenVMS 1 INSTALLvms.txt - Installation of Vim on OpenVMS
2 2
3 Maintainer: Zoltan Arpadffy <arpadffy@polarfox.com> 3 Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
4 Last change: 2003 May 04 4 Last change: 2005 Jul 12
5 5
6 This file contains instructions for compiling Vim on Openvms. 6 This file contains instructions for compiling Vim on Openvms.
7 If you already have an executable version of Vim, you don't need this. 7 If you already have an executable version of Vim, you don't need this.
8 8
9 If you skip settings described here, then you will get the default Vim 9 If you skip settings described here, then you will get the default Vim
56 GTK libraries. 56 GTK libraries.
57 57
58 NOTE: procedure in chapter 1 describes source code preparation from multi OS 58 NOTE: procedure in chapter 1 describes source code preparation from multi OS
59 code,however it is available OpenVMS oprimized (and tested) source code from: 59 code,however it is available OpenVMS oprimized (and tested) source code from:
60 ftp://ftp.polarhome.com/pub/vim/source/vms/ 60 ftp://ftp.polarhome.com/pub/vim/source/vms/
61 (http://www.polarhome.com/vim/files/source/vms/)
61 62
62 Current OpenVMS source code as .zip or .tar.gz file is possible to download 63 Current OpenVMS source code as .zip or .tar.gz file is possible to download
63 from CVS mirror ftp://ftp.polarhome.com/pub/cvs/SOURCE/ 64 from CVS mirror ftp://ftp.polarhome.com/pub/cvs/SOURCE/
64 65 (http://www.polarhome.com/cvs/SOURCE/)
65 66
66 2. Configuration 67 2. Configuration
67 68
68 2.1. Edit vim-X.X/src/feature.h for your preference. (You can skip 69 2.1. Edit vim-X.X/src/feature.h for your preference. (You can skip
69 this, then you will get the default behavior as is documented, 70 this, then you will get the default behavior as is documented,
97 It enables features as toolbar etc. 98 It enables features as toolbar etc.
98 Options: : YES - GTK executable 99 Options: : YES - GTK executable
99 Uncommented - without GTK 100 Uncommented - without GTK
100 Default : Uncommented 101 Default : Uncommented
101 102
103 Parameter name : XPM
104 Description : Enable XPM libraries in GUI/Motif mode.
105 It enables features as toolbar etc.
106 Options: : YES - GUI executable
107 Uncommented - without XPM
108 Default : Uncommented
109
102 Parameter name : DECC 110 Parameter name : DECC
103 Description : Compiler selection 111 Description : Compiler selection
104 Options: : YES - DECC compiler 112 Options: : YES - DECC compiler
105 Uncommented - VAXC compiler 113 Uncommented - VAXC compiler
106 Default : DECC = YES 114 Default : DECC = YES
288 Example: TCL_INC = ,dka0:[tcl80.generic] 296 Example: TCL_INC = ,dka0:[tcl80.generic]
289 297
290 7.2 GTK 298 7.2 GTK
291 299
292 To build VIM with GTK you have to install GTK on your OpenVMS. 300 To build VIM with GTK you have to install GTK on your OpenVMS.
293 So far it works just on Alphas. More information at: 301 So far it works just on Alpha and IA64. More information at:
294 http://www.openvms.compaq.com/openvms/products/ips/gtk.html 302 http://www.openvms.compaq.com/openvms/products/ips/gtk.html
295 303
296 You need also the OpenVMS Porting Library: 304 You need also the OpenVMS Porting Library:
297 http://www.openvms.compaq.com/openvms/products/ips/porting.html 305 http://www.openvms.compaq.com/openvms/products/ips/porting.html
298 306
370 NOTE: from version 6.0ad Vim code has been reviewed and these warnings 378 NOTE: from version 6.0ad Vim code has been reviewed and these warnings
371 have been corrected. 379 have been corrected.
372 380
373 9. Authors 381 9. Authors
374 382
375 Initial version, 2000 Jul 19, Zoltan Arpadffy <arpadffy@polarfox.com> 383 Initial version, 2000 Jul 19, Zoltan Arpadffy <arpadffy@polarhome.com>