term/vterm: mention vterm-module-cmake-args in readme
This commit is contained in:
parent
c51b2d42ad
commit
309e71eea7
1 changed files with 7 additions and 0 deletions
|
@ -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
|
1. You can use =M-x vterm-module-compile= to let emacs automatically compile and
|
||||||
install the module.
|
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.
|
*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
|
2. You can compile and install the module yourself. Go to the vterm installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue