blob: e4caf71ace228fb6a7ab612a09aabfa5b740c4d9 [file] [log] [blame]
Christian Brabandtb4ddc6c2024-01-02 16:51:11 +01001README_haiku.txt for version 9.1 of Vim: Vi IMproved.
Bram Moolenaarbeae4082020-04-23 15:41:49 +02002
3This file explains the installation of Vim on Haiku operating system.
4See "README.txt" for general information about Vim.
5
6Preferred (and easy) way to get Vim on Haiku is to use default Haiku
7software repository HaikuPorts. To get Vim:
8
9- Open HaikuDepot application and search for "vim" package, then install,
10- Open a Terminal and type "pkgman install vim", then follow instructions.
11
12If you prefer to install Vim from source, follow the instructions on
Bram Moolenaar2c5c1632020-04-30 19:54:38 +020013"runtime/doc/os_haiku.txt", "Compiling Vim" section.