README: Add basic build instructions

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent c8844db302
commit bea5bb05d9
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
  1. 15
      README.md

@ -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
```

Loading…
Cancel
Save