File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Vim は標準的な configure/make 手法を用いてコンパイルすること
4747
4848Haiku は端末ライブラリとして "ncurses6" を利用しており、そのため Haiku でビル
4949ドにあたってのコンフィグのために "ncurses6_devel" を HaikuDepot からインストー
50- ルする必要があります。それには ./configure コマンドに "--with-tlib=ncurses6"
51- を追加するだけです 。
50+ ルする必要があります。それには ./configure コマンドに "--with-tlib=ncurses" を
51+ 追加するだけです 。
5252
5353"make" で Vim をコンパイルでき、次いで "install" でインストールすることができ
5454ます。GUI 版で追加的に GUI レスの vim バイナリもインストールされ、Haiku にシー
@@ -57,12 +57,14 @@ Haiku は端末ライブラリとして "ncurses6" を利用しており、そ
5757 ./configure --prefix=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY` \
5858 --datarootdir=`finddir B_SYSTEM_NONPACKAGED_DATA_DIRECTORY` \
5959 --mandir=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY`/documentation/man \
60+ --with-tlib=ncurses
6061 make clean
6162 make install
6263
6364 ./configure --prefix=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY` \
6465 --datarootdir=`finddir B_SYSTEM_NONPACKAGED_DATA_DIRECTORY` \
6566 --mandir=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY`/documentation/man \
67+ --with-tlib=ncurses \
6668 --disable-gui
6769 make clean
6870 make install
You can’t perform that action at this time.
0 commit comments