Skip to content

Commit b11f5ca

Browse files
authored
Merge pull request #1183 from tsuyoshicho/update/22021023/oshaiku
Update os_haiku.{txt,jax}
2 parents 90c9bb3 + ba48cb2 commit b11f5ca

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

doc/os_haiku.jax

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Vim は標準的な configure/make 手法を用いてコンパイルすること
4747

4848
Haiku は端末ライブラリとして "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

en/os_haiku.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ features you can enable/disable.
4747

4848
Haiku uses "ncurses6" as its terminal library, therefore you need to have
4949
"ncurses6_devel" package installed from HaikuDepot in order to configure
50-
the Haiku build. Just append "--with-tlib=ncurses6" to ./configure command
50+
the Haiku build. Just append "--with-tlib=ncurses" to ./configure command.
5151

5252
Now you should use "make" to compile Vim, then "make install" to install it.
5353
For seamless integration into Haiku, the GUI-less vim binary should be
@@ -56,12 +56,14 @@ additionally installed over the GUI version. Typical build commands are:
5656
./configure --prefix=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY` \
5757
--datarootdir=`finddir B_SYSTEM_NONPACKAGED_DATA_DIRECTORY` \
5858
--mandir=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY`/documentation/man \
59+
--with-tlib=ncurses \
5960
make clean
6061
make install
6162

6263
./configure --prefix=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY` \
6364
--datarootdir=`finddir B_SYSTEM_NONPACKAGED_DATA_DIRECTORY` \
6465
--mandir=`finddir B_SYSTEM_NONPACKAGED_DIRECTORY`/documentation/man \
66+
--with-tlib=ncurses \
6567
--disable-gui
6668
make clean
6769
make install

0 commit comments

Comments
 (0)