aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjixiufeng <jixiufeng@luojilab.com>2019-05-13 00:58:20 +0800
committerjixiufeng <jixiufeng@luojilab.com>2019-06-12 13:47:17 +0800
commit1863fc6e00e9b53fa68dcf56034cdc3b428a59a3 (patch)
tree69dd200a129bb06aff5bbad165b7356486b90db2 /README.md
parentdb9679d77dda82299f7c3aab79a3f5b0967ddce3 (diff)
trying auto compile emacs-libvterm if require vterm-module failed
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index d7fb825..1cd9900 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,11 @@ Clone the repository:
git clone https://github.com/akermu/emacs-libvterm.git
```
+Before install emacs-libvterm,you need make sure you have
+installed
+ 1. cmake (>=3.0.2)
+ 2. libtool-bin related issues: [#66](https://github.com/akermu/emacs-libvterm/issues/66) [#85](https://github.com/akermu/emacs-libvterm/issues/85#issuecomment-491845136)
+
Run the build:
```
@@ -32,14 +37,6 @@ And add this to your `init.el`:
(require 'vterm)
```
-If you want to have the module compiled, wrap the call to `require` as follows:
-
-```
-(add-to-list 'load-path "path/to/emacs-libvterm")
-(let (vterm-install)
- (require 'vterm))
-```
-
# Debugging and testing
If you have successfully build the module, you can test the module by executing