changeset 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 4da59c2a6b79
children 2fc484f5b182
files src/INSTALLmac.txt src/version.c
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/INSTALLmac.txt
+++ b/src/INSTALLmac.txt
@@ -3,9 +3,13 @@ INSTALLmac.txt - Installation of Vim on 
 This file contains instructions for compiling Vim. If you already have an
 executable version of Vim, you don't need this.
 
-An alternate way of building that Benji Fisher uses can be found here:
+First, make sure you've installed Xcode or CommandLineToots.  If not, open a
+terminal and do
 
-	http://macvim.swdev.org/OSX/#Developers
+	$ make --version
+
+A window pops up instructing you to install the developer tools.
+
 
 ----------------------------------------------------------------------------
 Summary
@@ -30,11 +34,12 @@ 1.1 Carbon interface (default)
  You can compile vim with the standard Unix routine:
    cd .../src
    make
+   make test
+   sudo make install
 
- This will create a working Vim.app application bundle in the src
+ "make" will create a working Vim.app application bundle in the src
  directory.  You can move this bundle (the Vim.app directory) anywhere
- you want.  Or use this command to move it to /Applications:
-   make install
+ you want.  Or use "make install" to move it to /Applications.
 
  You need at least Xcode 1.5 to compile Vim 7.0.
 
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1043,
+/**/
     1042,
 /**/
     1041,