Bram Moolenaar | 9379f83 | 2010-08-01 20:38:51 +0200 | [diff] [blame] | 1 | README_vms.txt for version 7.3d of Vim: Vi IMproved. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2 | |
| 3 | This file explains the installation of Vim on VMS systems. |
| 4 | See "README.txt" in the runtime archive for information about Vim. |
| 5 | |
| 6 | |
| 7 | Most information can be found in the on-line documentation. Use ":help vms" |
| 8 | inside Vim. Or get the runtime files and read runtime/doc/os_vms.txt to find |
| 9 | out how to install and configure Vim with runtime files etc. |
| 10 | |
| 11 | To 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 | |
| 16 | Compilation is recommended, in order to make sure that the correct |
Bram Moolenaar | e759a7a | 2005-07-12 22:50:18 +0000 | [diff] [blame] | 17 | libraries are used for your specific system. Read about compiling in |
| 18 | src/INSTALLvms.txt. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 19 | |
| 20 | To use the binary version, you need one of these archives: |
| 21 | |
Bram Moolenaar | e759a7a | 2005-07-12 22:50:18 +0000 | [diff] [blame] | 22 | vim-XX-exe-ia64-gui.zip IA64 GUI/Motif executables |
| 23 | vim-XX-exe-ia64-gtk.zip IA64 GUI/GTK executables |
| 24 | vim-XX-exe-ia64-term.zip IA64 console executables |
Bram Moolenaar | c9b4b05 | 2006-04-30 18:54:39 +0000 | [diff] [blame] | 25 | vim-XX-exe-axp-gui.zip Alpha GUI/Motif executables |
| 26 | vim-XX-exe-axp-gtk.zip Alpha GUI/GTK executables |
Bram Moolenaar | e759a7a | 2005-07-12 22:50:18 +0000 | [diff] [blame] | 27 | vim-XX-exe-axp-term.zip Alpha console executables |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 28 | vim-XX-exe-vax-gui.zip VAX GUI executables |
Bram Moolenaar | e759a7a | 2005-07-12 22:50:18 +0000 | [diff] [blame] | 29 | vim-XX-exe-vax-term.zip VAX console executables |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 30 | |
| 31 | and of course |
| 32 | vim-XX-runtime.zip runtime files |
| 33 | |
Bram Moolenaar | e759a7a | 2005-07-12 22:50:18 +0000 | [diff] [blame] | 34 | The binary archives contain: vim.exe, ctags.exe, xxd.exe files, |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 35 | but there are also prepared "deploy ready" archives: |
| 36 | |
Bram Moolenaar | c9b4b05 | 2006-04-30 18:54:39 +0000 | [diff] [blame] | 37 | vim-XX-ia64.zip GUI and console executables with runtime and |
| 38 | help files for IA64 systems |
| 39 | vim-XX-axp.zip GUI and console executables with runtime and |
| 40 | help files for Alpha systems |
| 41 | vim-XX-vax.zip GUI and console executables with runtime and |
| 42 | help files for VAX systems |
Bram Moolenaar | e759a7a | 2005-07-12 22:50:18 +0000 | [diff] [blame] | 43 | |
| 44 | GTK builds need LIBGTK library installed. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 45 | |
| 46 | These executables and up to date patches for OpenVMS system are downloadable |
| 47 | from http://www.polarhome.com/vim/ or ftp://ftp.polarhome.com/pub/vim/ |
| 48 | |