mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 7.4.1043
Problem: Another small thing. Solution: Now really update the Mac install text.
This commit is contained in:
parent
ed767a2073
commit
d7a08a23bf
@ -3,9 +3,13 @@ INSTALLmac.txt - Installation of Vim on Macintosh
|
|||||||
This file contains instructions for compiling Vim. If you already have an
|
This file contains instructions for compiling Vim. If you already have an
|
||||||
executable version of Vim, you don't need this.
|
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
|
||||||
|
|
||||||
|
$ make --version
|
||||||
|
|
||||||
|
A window pops up instructing you to install the developer tools.
|
||||||
|
|
||||||
http://macvim.swdev.org/OSX/#Developers
|
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
Summary
|
Summary
|
||||||
@ -30,11 +34,12 @@ MacOS Classic is no longer supported. If you really want it use Vim 6.4.
|
|||||||
You can compile vim with the standard Unix routine:
|
You can compile vim with the standard Unix routine:
|
||||||
cd .../src
|
cd .../src
|
||||||
make
|
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
|
directory. You can move this bundle (the Vim.app directory) anywhere
|
||||||
you want. Or use this command to move it to /Applications:
|
you want. Or use "make install" to move it to /Applications.
|
||||||
make install
|
|
||||||
|
|
||||||
You need at least Xcode 1.5 to compile Vim 7.0.
|
You need at least Xcode 1.5 to compile Vim 7.0.
|
||||||
|
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1043,
|
||||||
/**/
|
/**/
|
||||||
1042,
|
1042,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user