mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
14 lines
149 B
Markdown
14 lines
149 B
Markdown
= Falkon Web Browser =
|
|
|
|
QtWebEngine web browser.
|
|
|
|
== Building ==
|
|
|
|
Falkon uses CMake, to build it run:
|
|
|
|
```
|
|
mkdir build && cd build
|
|
cmake ..
|
|
make
|
|
```
|