view READMEdir/README_mac.txt @ 26024:cb5f2515a450 v8.2.3546

patch 8.2.3546: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/09f7723d5a8694889350b13e3f6b4a9c3ed4c41f Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Oct 20 17:21:24 2021 +0100 patch 8.2.3546: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef. (closes https://github.com/vim/vim/issues/9025)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Oct 2021 18:30:03 +0200
parents 9f41bfdbc6fc
children f8116058ca76
line wrap: on
line source

README_mac.txt for version 8.2 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