File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ features you can enable/disable.
4747
4848Haiku 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
5252Now you should use "make" to compile Vim, then "make install" to install it.
5353For 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
You can’t perform that action at this time.
0 commit comments