view READMEdir/README_mac.txt @ 30507:84bcf4a6564a v9.0.0589

patch 9.0.0589: on AmigaOS4 the pid is available but the task address is used Commit: https://github.com/vim/vim/commit/b7e07dc1036b5b02870c72e872bbb248640ade7d Author: =?UTF-8?q?Ola=20S=C3=B6der?= <rolfkopman@gmail.com> Date: Sun Sep 25 20:12:21 2022 +0100 patch 9.0.0589: on AmigaOS4 the pid is available but the task address is used Problem: On AmigaOS4 the pid is available but the task address is used. Solution: Use getpid(). (Ola S?der, closes https://github.com/vim/vim/issues/11224)
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Sep 2022 21:15:02 +0200
parents f8116058ca76
children 4635e43f2c6f
line wrap: on
line source

README_mac.txt for version 9.0 of Vim: Vi IMproved.

This file explains the installation of Vim on MacOS systems.
See "README.txt" for general information about Vim.

To build from source get the files with git from https://github.com/vim/vim.
The find the instructions in src/INSTALLmac.txt.

Installing Vim using Homebrew:
1. Install Homebrew from http://brew.sh/
2. Install the latest Vim with:
	brew install vim