File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,13 @@ INSTALLmac.txt - Installation of Vim on Macintosh
33This file contains instructions for compiling Vim. If you already have an
44executable 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----------------------------------------------------------------------------
1115Summary
@@ -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
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 1043 ,
744746/**/
745747 1042 ,
746748/**/
You can’t perform that action at this time.
0 commit comments