comparison READMEdir/README_mac.txt @ 10211:b7da8d4c594c

commit https://github.com/vim/vim/commit/d07969093a9b3051511c478d71c36de6fc33c0d6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 16 20:02:31 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 16 Sep 2016 20:15:05 +0200
parents 9f48eab77d62
children 1174611ad715
comparison
equal deleted inserted replaced
10210:2720a028af30 10211:b7da8d4c594c
2 2
3 This file explains the installation of Vim on Macintosh systems. 3 This file explains the installation of Vim on Macintosh systems.
4 See "README.txt" for general information about Vim. 4 See "README.txt" for general information about Vim.
5 5
6 6
7 Sorry, this text still needs to be written! 7 To build from sources, like on Unix
8 8
9 1. Get the build tools: "clang" and "make". These can be installed with the
10 "CommandLineTools" package. If you don't have one, do
11 xcode-select --install
12 Just like for any software development with OS X.
13
14 2. Get the source code. Best is to use git (which you need to install first),
15 see http://www.vim.org/git.php
16 Or you can download and unpack the Unix tar archive, see
17 http://www.vim.org/download.php
18
19 3. Go to the top directory of the source tree, do
20 make
21 sudo make install
22 A newly built vim will be installed under "/usr/local".
23
24
25 If you can't manage to make this work, there is a fallback using Homebrew:
26
27 1. Install Homebrew from http://brew.sh/
28 2. Install latest Vim with: brew install vim