Skip to content

Commit 37ba357

Browse files
committed
make webview-ncurses
fixes #63
1 parent 72f116f commit 37ba357

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

content/en/installation/webview/_index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ geekdocCollapseSection: true
1717
Dependencies:
1818

1919
- [sbcl](https://www.sbcl.org/)
20-
- [sdl2](https://www.libsdl.org/)
20+
- libwebkitgtk-6.0-dev
2121
- [qlot](https://github.com/fukamachi/qlot)
2222
- [git](https://git-scm.com/)
2323

@@ -67,7 +67,7 @@ curl -L https://qlot.tech/installer | bash
6767

6868
> **Note:** For an alternative installation, see https://github.com/fukamachi/qlot#installation
6969
70-
### Build
70+
### Build webview
7171

7272
```
7373
git clone https://github.com/lem-project/lem.git
@@ -89,6 +89,14 @@ This will:
8989

9090
You can still switch between interfaces using the `-i / --interface` option when launching Lem.
9191

92+
### Build webview + ncurses
93+
94+
You can build the two frontends with one `make` command:
95+
96+
```
97+
make webview-ncurses
98+
```
99+
92100
## MacOS
93101

94102
### How to Fix “App Is Damaged and Can’t Be Opened” on OSX

0 commit comments

Comments
 (0)