File tree Expand file tree Collapse file tree
content/en/installation/webview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ geekdocCollapseSection: true
1717Dependencies:
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```
7373git clone https://github.com/lem-project/lem.git
@@ -89,6 +89,14 @@ This will:
8989
9090You 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
You can’t perform that action at this time.
0 commit comments