Skip to content

Commit 742b2ec

Browse files
committed
install: mention libvterm
1 parent 02c9f91 commit 742b2ec

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

content/en/installation/ncurses/_index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,17 @@ Important places from the script installation:
6969

7070
### Optional dependencies
7171

72-
This is a list of optional programs that we advise to install along of Lem:
72+
This is a list of optional programs that we advise to install along of Lem.
73+
74+
On a Debian system:
7375

7476
```
77+
libvterm-dev
7578
fd
7679
```
7780

81+
- `libvterm-dev` is a C library that abstracts xterm-like terminals. See: [libvterm](https://www.leonerd.org.uk/code/libvterm/), [GitHub mirror](https://github.com/neovim/libvterm).
82+
- Lem needs libvterm version >= 3.3 to provide a terminal inside Lem.
7883
- [fd](https://github.com/sharkdp/fd) or `fd-find` on Debian repositories: if present, Lem will use it in commands that find files recursively (see Usage: Opening Files). `fd` respects .gitignore by default and ignores common large development directories such as `node_modules/`. If it isn't present, Lem will fallback to a full Lisp solution.
7984

8085
### Install SBCL and ncurses library

content/en/installation/webview/_index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,17 @@ Dependencies:
2121
- [qlot](https://github.com/fukamachi/qlot)
2222
- [git](https://git-scm.com/)
2323

24-
### Install SBCL and SDL2 libraries
24+
Optional but advised:
25+
26+
- `libvterm-dev` >= 3.3
27+
- [fd](https://github.com/sharkdp/fd) or `fd-find`
28+
29+
### Install SBCL and Webkit libraries
2530

2631
- **Debian**-like distro
2732

2833
```
29-
sudo apt install sbcl build-essential fd-find libgtk-4-dev libwebkitgtk-6.0-dev
34+
sudo apt install sbcl build-essential libgtk-4-dev libwebkitgtk-6.0-dev libvterm-dev fd-find
3035
```
3136

3237
- **Fedora**-like distro

0 commit comments

Comments
 (0)