blob: 4c47921c672c868560fd31743490b8ad0da2de97 [file] [log] [blame]
Christian Brabandtb4ddc6c2024-01-02 16:51:11 +01001README_vms.txt for version 9.1 of Vim: Vi IMproved.
Bram Moolenaar071d4272004-06-13 20:20:40 +00002
3This file explains the installation of Vim on VMS systems.
4See "README.txt" in the runtime archive for information about Vim.
5
6
7Most information can be found in the on-line documentation. Use ":help vms"
8inside Vim. Or get the runtime files and read runtime/doc/os_vms.txt to find
9out how to install and configure Vim with runtime files etc.
10
11To compile Vim yourself you need three archives:
12 vim-X.X-rt.tar.gz runtime files
13 vim-X.X-src.tar.gz source files
14 vim-X.X-extra.tar.gz extra source files
15
16Compilation is recommended, in order to make sure that the correct
Bram Moolenaare759a7a2005-07-12 22:50:18 +000017libraries are used for your specific system. Read about compiling in
18src/INSTALLvms.txt.
Bram Moolenaar071d4272004-06-13 20:20:40 +000019
20To use the binary version, you need one of these archives:
21
Zoltan Arpadffy4d8cb682024-01-04 21:01:13 +010022 vim-XX-exe-x86-gui.zip X86_64 GUI/Motif executables
23 vim-XX-exe-x86-term.zip X86_64 console executables
24 vim-XX-exe-ia64-gui.zip IA64 GUI/Motif executables
25 vim-XX-exe-ia64-gtk.zip IA64 GUI/GTK executables
26 vim-XX-exe-ia64-term.zip IA64 console executables
Bram Moolenaarc9b4b052006-04-30 18:54:39 +000027 vim-XX-exe-axp-gui.zip Alpha GUI/Motif executables
28 vim-XX-exe-axp-gtk.zip Alpha GUI/GTK executables
Zoltan Arpadffy4d8cb682024-01-04 21:01:13 +010029 vim-XX-exe-axp-term.zip Alpha console executables
Bram Moolenaar071d4272004-06-13 20:20:40 +000030 vim-XX-exe-vax-gui.zip VAX GUI executables
Zoltan Arpadffy4d8cb682024-01-04 21:01:13 +010031 vim-XX-exe-vax-term.zip VAX console executables
Bram Moolenaar071d4272004-06-13 20:20:40 +000032
33and of course
34 vim-XX-runtime.zip runtime files
35
Bram Moolenaare759a7a2005-07-12 22:50:18 +000036The binary archives contain: vim.exe, ctags.exe, xxd.exe files,
Bram Moolenaar071d4272004-06-13 20:20:40 +000037but there are also prepared "deploy ready" archives:
38
Zoltan Arpadffy4d8cb682024-01-04 21:01:13 +010039vim-XX-x86.zip GUI and console executables with runtime and
40 help files for X86_64 systems
Bram Moolenaarc9b4b052006-04-30 18:54:39 +000041vim-XX-ia64.zip GUI and console executables with runtime and
42 help files for IA64 systems
43vim-XX-axp.zip GUI and console executables with runtime and
44 help files for Alpha systems
45vim-XX-vax.zip GUI and console executables with runtime and
46 help files for VAX systems
Bram Moolenaare759a7a2005-07-12 22:50:18 +000047
48GTK builds need LIBGTK library installed.
Bram Moolenaar071d4272004-06-13 20:20:40 +000049
50These executables and up to date patches for OpenVMS system are downloadable
51from http://www.polarhome.com/vim/ or ftp://ftp.polarhome.com/pub/vim/
52