Skip to content

Commit d7a08a2

Browse files
committed
patch 7.4.1043
Problem: Another small thing. Solution: Now really update the Mac install text.
1 parent ed767a2 commit d7a08a2

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

src/INSTALLmac.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ INSTALLmac.txt - Installation of Vim on Macintosh
33
This file contains instructions for compiling Vim. If you already have an
44
executable version of Vim, you don't need this.
55

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
8+
9+
$ make --version
10+
11+
A window pops up instructing you to install the developer tools.
712

8-
http://macvim.swdev.org/OSX/#Developers
913

1014
----------------------------------------------------------------------------
1115
Summary
@@ -30,11 +34,12 @@ MacOS Classic is no longer supported. If you really want it use Vim 6.4.
3034
You can compile vim with the standard Unix routine:
3135
cd .../src
3236
make
37+
make test
38+
sudo make install
3339

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
3541
directory. You can move this bundle (the Vim.app directory) anywhere
36-
you want. Or use this command to move it to /Applications:
37-
make install
42+
you want. Or use "make install" to move it to /Applications.
3843

3944
You need at least Xcode 1.5 to compile Vim 7.0.
4045

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1043,
744746
/**/
745747
1042,
746748
/**/

0 commit comments

Comments
 (0)