diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-18 22:14:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-18 22:14:51 +0000 |
commit | 7e8fd63682801d6cdd7f31972540c21f148b289e (patch) | |
tree | cbc44d7f10ef0a87454582fbff40fe930bacc6b6 /src/INSTALLmac.txt | |
parent | 997fb4ba696625e27e17c00d5033b20411aa45a3 (diff) | |
download | vim-git-7e8fd63682801d6cdd7f31972540c21f148b289e.tar.gz |
updated for version 7.0201v7.0201
Diffstat (limited to 'src/INSTALLmac.txt')
-rw-r--r-- | src/INSTALLmac.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/INSTALLmac.txt b/src/INSTALLmac.txt index adb1ca163..1c4d7732a 100644 --- a/src/INSTALLmac.txt +++ b/src/INSTALLmac.txt @@ -36,13 +36,16 @@ MacOS Classic is no longer supported. If you really want it use Vim 6.4. directory. You can move this bundle (the Vim.app directory) anywhere you want, for example, /Applications. + You need at least Xcode 1.5 to compile Vim 7.0. + + 1.2 X-Windows or Plain Text If you do not want the Carbon interface, you must explicitly tell configure to use a different GUI. cd .. - ./configure --enable-gui=gtk2 + ./configure --disable-darwin --enable-gui=gtk2 make; make install NOTE: The following GUI options are supported: |