1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/README.md

14 lines
149 B
Markdown
Raw Normal View History

2018-03-27 10:39:10 +02:00
= Falkon Web Browser =
QtWebEngine web browser.
== Building ==
Falkon uses CMake, to build it run:
```
mkdir build && cd build
cmake ..
make
```