File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,8 @@ make とは別に "configure" を実行する方法もあります。オプシ
172
172
よく使われる引数を次に示します。これらは Makefile からでも有効にできます。
173
173
174
174
--prefix={directory} Vim をインストールするトップディレクトリ
175
- --with-features=tiny 多くの機能を無効にしてコンパイル
176
- --with-features=small 一部の機能を無効にしてコンパイル
177
- --with-features=big 多くの機能を有効にしてコンパイル
175
+ --with-features=tiny 一部の機能を無効にしてコンパイル
176
+ --with-features=normal 多くの機能を有効にしてコンパイル
178
177
--with-features=huge ほとんどの機能を有効にしてコンパイル
179
178
いつどの機能が有効になるのかは | +feature-list |
180
179
を参照してください。
Original file line number Diff line number Diff line change @@ -173,9 +173,8 @@ enabled from the Makefile.
173
173
174
174
--prefix={directory} Top directory where to install Vim.
175
175
176
- --with-features=tiny Compile with many features disabled.
177
- --with-features=small Compile with some features disabled.
178
- --with-features=big Compile with more features enabled.
176
+ --with-features=tiny Compile with some features disabled.
177
+ --with-features=normal Compile with more features enabled.
179
178
--with-features=huge Compile with most features enabled.
180
179
See | +feature-list | for which feature
181
180
is enabled in which case.
You can’t perform that action at this time.
0 commit comments