diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-02 13:58:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-02 13:58:00 +0100 |
commit | d2ec51f399607d2df6ed1155b0bd303e722d6978 (patch) | |
tree | f24831b541b18dfbeb77414cc75ed08dbd2b285a /nsis | |
parent | 5378e1cf0a05121bfa76df2279944ad3b0b5ce4f (diff) | |
download | vim-git-d2ec51f399607d2df6ed1155b0bd303e722d6978.tar.gz |
patch 8.1.0558: some MS-Windows instructions are outdatedv8.1.0558
Problem: Some MS-Windows instructions are outdated.
Solution: Update the uninstall instructions and the NSIS README. (Ken
Takata, closes #3614) Also update remark about diff.exe.
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/README.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/nsis/README.txt b/nsis/README.txt index b61580c9b..f5348e91e 100644 --- a/nsis/README.txt +++ b/nsis/README.txt @@ -15,6 +15,7 @@ To build the installable .exe: vimrun.exe, install.exe, uninstal.exe, + tee/tee.exe, xxd/xxd.exe, Then execute tools/rename.bat to rename the executables. (mv command is @@ -29,14 +30,15 @@ To build the installable .exe: 4. Go to the VisVim directory and build VisVim.dll (or get it from a binary archive). -5. Go to the OleVim directory and build OpenWithVim.exe and SendToVim.exe (or - get them from a binary archive). - -6. Get a "diff.exe" program and put it in the "../.." directory (above the - "vim80" directory, it's the same for all Vim versions). +5. Get a "diff.exe" program. If you skip this the built-in diff will always + be used (which is fine for most users). If you do have your own + "diff.exe" put it in the "../.." directory (above the "vim81" directory, + it's the same for all Vim versions). You can find one in previous Vim versions or in this archive: http://www.mossbayeng.com/~ron/vim/diffutils.tar.gz - Also put winpty32.dll and winpty-agent.exe there. + +6 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim81" + directory). This is required for the terminal window. 7. Do "make uganda.nsis.txt" in runtime/doc. This requires sed, you may have to do this on Unix. Make sure the file is in DOS file format! |