You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README_mac.txt for version 8.0 of Vim: Vi IMproved.
2
2
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?
13
4
========================
14
5
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.
24
7
25
-
Now build the project using `make`:
26
8
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
+
========================
35
11
36
-
$ open MacVim/build/Release
12
+
Please take a look at the home page http://macvim-dev.github.io/macvim/
37
13
38
-
and drag the MacVim icon into your `Applications` folder.
0 commit comments