term/vterm: mention vterm-module-cmake-args in readme

This commit is contained in:
Henrik Lissner 2020-04-24 02:36:44 -04:00
parent c51b2d42ad
commit 309e71eea7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -88,6 +88,13 @@ There are several ways to manually install the module:
1. You can use =M-x vterm-module-compile= to let emacs automatically compile and
install the module.
Modify ~vterm-module-cmake-args~ to pass arguments to the cmake build script.
e.g. To use a local build of libvterm instead of the included one.
#+BEGIN_SRC elisp
(setq vterm-module-cmake-args "-DUSE_SYSTEM_LIBVTERM=yes")
#+END_SRC
*WARNING*: Emacs will hang during the compilation. It may take a while.
2. You can compile and install the module yourself. Go to the vterm installation