September 2018
Intermediate to advanced
606 pages
14h 32m
English
Find out which options the traditional configuration offers to the users (for example, by running ./configure --help). The Vim project offers a very long list of options and flags and to keep the discussion in this chapter simple, we will implement only four of the options on the CMake side:
--disable-netbeans Disable NetBeans integration support.--disable-channel Disable process communication support.--enable-terminal Enable terminal emulation support.--with-features=TYPE tiny, small, normal, big or huge (default: huge)
We will also ignore any GUI support and emulate --enable-gui=no, since it would complicate the example without significantly adding to the learning outcome.
We will place the following options and defaults ...
Read now
Unlock full access