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