Skip to content

Commit 34d4c9f

Browse files
committed
Update README_mac.txt for MacVim
1 parent d05258e commit 34d4c9f

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

READMEdir/README_mac.txt

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,13 @@
11
README_mac.txt for version 8.0 of Vim: Vi IMproved.
22

3-
This file explains the installation of MacVim.
4-
See "README.txt" for general information about Vim.
5-
See "src/MacVim/README" for an overview of the MacVim specific source code.
6-
7-
MacVim uses the usual configure/make steps to build the binary but instead of
8-
"make install" you just drag the app bundle into the directory you wish to
9-
install in (usually `/Applications').
10-
11-
12-
How to build and install
3+
How to install MacVim?
134
========================
145

15-
Run `./configure` in the `src/` directory with the flags you want (call
16-
`./configure --help` to see a list of flags) e.g.:
17-
18-
$ cd src
19-
$ ./configure --with-features=huge \
20-
--enable-rubyinterp \
21-
--enable-pythoninterp \
22-
--enable-perlinterp \
23-
--enable-cscope
6+
Download MacVim.dmg from latest binary release page https://github.com/macvim-dev/macvim/releases/latest , open the dmg file, and copy MacVim.app to /Applications.
247

25-
Now build the project using `make`:
268

27-
$ make
28-
29-
The resulting app bundle will reside under `MacVim/build/Release`. To try it
30-
out quickly, type:
31-
32-
$ open MacVim/build/Release/MacVim.app
33-
34-
To install MacVim, type
9+
Questions?
10+
========================
3511

36-
$ open MacVim/build/Release
12+
Please take a look at the home page http://macvim-dev.github.io/macvim/
3713

38-
and drag the MacVim icon into your `Applications` folder.

0 commit comments

Comments
 (0)