comparison src/INSTALLmac.txt @ 7482:52d76b2f56c7 v7.4.1043

commit https://github.com/vim/vim/commit/d7a08a23bf210147e846c74af570bd219e4903da Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 22:51:16 2016 +0100 patch 7.4.1043 Problem: Another small thing. Solution: Now really update the Mac install text.
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Jan 2016 23:00:05 +0100
parents 8cd729851562
children 35921b7fc07a
comparison
equal deleted inserted replaced
7481:4da59c2a6b79 7482:52d76b2f56c7
1 INSTALLmac.txt - Installation of Vim on Macintosh 1 INSTALLmac.txt - Installation of Vim on Macintosh
2 2
3 This file contains instructions for compiling Vim. If you already have an 3 This file contains instructions for compiling Vim. If you already have an
4 executable version of Vim, you don't need this. 4 executable version of Vim, you don't need this.
5 5
6 An alternate way of building that Benji Fisher uses can be found here: 6 First, make sure you've installed Xcode or CommandLineToots. If not, open a
7 terminal and do
7 8
8 http://macvim.swdev.org/OSX/#Developers 9 $ make --version
10
11 A window pops up instructing you to install the developer tools.
12
9 13
10 ---------------------------------------------------------------------------- 14 ----------------------------------------------------------------------------
11 Summary 15 Summary
12 ---------------------------------------------------------------------------- 16 ----------------------------------------------------------------------------
13 17
28 1.1 Carbon interface (default) 32 1.1 Carbon interface (default)
29 33
30 You can compile vim with the standard Unix routine: 34 You can compile vim with the standard Unix routine:
31 cd .../src 35 cd .../src
32 make 36 make
37 make test
38 sudo make install
33 39
34 This will create a working Vim.app application bundle in the src 40 "make" will create a working Vim.app application bundle in the src
35 directory. You can move this bundle (the Vim.app directory) anywhere 41 directory. You can move this bundle (the Vim.app directory) anywhere
36 you want. Or use this command to move it to /Applications: 42 you want. Or use "make install" to move it to /Applications.
37 make install
38 43
39 You need at least Xcode 1.5 to compile Vim 7.0. 44 You need at least Xcode 1.5 to compile Vim 7.0.
40 45
41 Configure will create a universal binary if possible. This requires 46 Configure will create a universal binary if possible. This requires
42 installing the universal SDK (currently for 10.4). 47 installing the universal SDK (currently for 10.4).