mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
8a06d38f3f
Summary: In Markdown, headlines are made with #, not = Reviewers: falkon, drosca Reviewed By: drosca Tags: #falkon Differential Revision: https://phabricator.kde.org/D17568
14 lines
142 B
Markdown
14 lines
142 B
Markdown
#Falkon Web Browser
|
|
|
|
QtWebEngine web browser.
|
|
|
|
##Building
|
|
|
|
Falkon uses CMake, to build it run:
|
|
|
|
```
|
|
mkdir build && cd build
|
|
cmake ..
|
|
make
|
|
```
|