1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

README: Add basic build instructions

This commit is contained in:
David Rosca 2018-03-27 10:39:10 +02:00
parent c8844db302
commit bea5bb05d9
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -1,2 +1,13 @@
Falkon Web Browser
------------------------
= Falkon Web Browser =
QtWebEngine web browser.
== Building ==
Falkon uses CMake, to build it run:
```
mkdir build && cd build
cmake ..
make
```