comparison src/INSTALLvms.txt @ 1188:2a276274c592

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 16:48:19 +0000
parents 8cd729851562
children b9740fb41986
comparison
equal deleted inserted replaced
1187:f89c43568067 1188:2a276274c592
1 INSTALLvms.txt - Installation of Vim on OpenVMS 1 INSTALLvms.txt - Installation of Vim on OpenVMS
2 2
3 Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> 3 Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
4 Last change: 2006 Apr 30 4 Last change: 2007 May 07
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
54 54
55 1.6 If you want to have GTK executable, you need to have properly installed 55 1.6 If you want to have GTK executable, you need to have properly installed
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 optimized (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 (http://www.polarhome.com/vim/files/source/vms/)
62 62
63 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
64 from CVS mirror ftp://ftp.polarhome.com/pub/cvs/SOURCE/ 64 from CVS mirror ftp://ftp.polarhome.com/pub/cvs/SOURCE/
324 gtk_root:[glib.gmodule]libgmodule.exe /share,- 324 gtk_root:[glib.gmodule]libgmodule.exe /share,-
325 gtk_root:[gtk.gdk]libgdk.exe /share,- 325 gtk_root:[gtk.gdk]libgdk.exe /share,-
326 gtk_root:[gtk.gtk]libgtk.exe /share 326 gtk_root:[gtk.gtk]libgtk.exe /share
327 327
328 During runtime it is suggested to have all these files installed and 328 During runtime it is suggested to have all these files installed and
329 copyed to SYS$LIBRARY: to be able to use it without problems. 329 copied to SYS$LIBRARY: to be able to use it without problems.
330 Also VMS_JACKETS.EXE from OpenVMS Porting Library. 330 Also VMS_JACKETS.EXE from OpenVMS Porting Library.
331 331
332 Please note, that GTK uses /name=(as_is,short)/float=ieee/ieee=denorm 332 Please note, that GTK uses /name=(as_is,short)/float=ieee/ieee=denorm
333 complier directives that is not compatible with "standard" VMS usage, 333 complier directives that is not compatible with "standard" VMS usage,
334 therefore other external features might fail as PERL, PYTHON and TCL 334 therefore other external features might fail as PERL, PYTHON and TCL