comparison READMEdir/README_os390.txt @ 18456:6d11fc4aa683

Update runtime files Commit: https://github.com/vim/vim/commit/96f45c0b6fc9e9d404e6805593ed1e0e6795e470 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 19:53:45 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 20:00:04 +0200
parents 40ef13331e02
children af69c9335223
comparison
equal deleted inserted replaced
18455:3c98dfd2380c 18456:6d11fc4aa683
9 Getting the source to z/OS: 9 Getting the source to z/OS:
10 ========================== 10 ==========================
11 11
12 First get the source code in one big tar file and ftp it a binary to z/OS. If 12 First get the source code in one big tar file and ftp it a binary to z/OS. If
13 the tar file is initially compressed with gzip (tar.gz) or bzip2 (tar.bz2) 13 the tar file is initially compressed with gzip (tar.gz) or bzip2 (tar.bz2)
14 uncompress it on your PC, as this tools are (most likely) not available on the 14 uncompress it on your PC, as these tools are (most likely) not available on
15 mainframe. 15 the mainframe.
16 16
17 To reduce the size of the tar file you might compress it into a zip file. On 17 To reduce the size of the tar file you might compress it into a zip file. On
18 z/OS Unix you might have the command "jar" from java to uncompress a zip. Use: 18 z/OS Unix you might have the command "jar" from java to uncompress a zip. Use:
19 jar xvf <zip file name> 19 jar xvf <zip file name>
20 20
80 80
81 WARNING: This instruction was not tested with Vim 7.4 or later. 81 WARNING: This instruction was not tested with Vim 7.4 or later.
82 82
83 There are two ways for building VIM with X11 support. The first way is simple 83 There are two ways for building VIM with X11 support. The first way is simple
84 and results in a big executable (~13 Mb), the second needs a few additional 84 and results in a big executable (~13 Mb), the second needs a few additional
85 steps and results in a much smaller executable (~4.5 Mb). This examples assume 85 steps and results in a much smaller executable (~4.5 Mb). These examples
86 you want Motif. 86 assume you want Motif.
87 87
88 The easy way: 88 The easy way:
89 $ export CC=cc 89 $ export CC=cc
90 $ export _CC_CCMODE=1 90 $ export _CC_CCMODE=1
91 $ ./configure --enable-max-features --enable-gui=motif 91 $ ./configure --enable-max-features --enable-gui=motif