From 309e71eea7063baee1a45f7bfb23fae4a9174db4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 24 Apr 2020 02:36:44 -0400 Subject: [PATCH] term/vterm: mention vterm-module-cmake-args in readme --- modules/term/vterm/README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/term/vterm/README.org b/modules/term/vterm/README.org index 2eab1af61..019fc5882 100644 --- a/modules/term/vterm/README.org +++ b/modules/term/vterm/README.org @@ -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