You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christoph Cullmann 5bb7e9cfcf Add --wmclass argument to linux completion files 7 years ago
autotests Const'ify 7 years ago
cmake Add QML Extensions API 8 years ago
linux Add --wmclass argument to linux completion files 7 years ago
mac Replace some QupZilla leftovers with Falkon 8 years ago
src Add support for Navigator.registerProtocolHandler() 7 years ago
tests Fix some clazy warnings 7 years ago
themes SVN_SILENT made messages (.desktop file) - always resolve ours 7 years ago
windows Fix minor typos 7 years ago
.arcconfig Add .arcconfig 9 years ago
.gitignore ignore some files/directory 7 years ago
CHANGELOG Version 3.0.1 8 years ago
CMakeLists.txt Revert "Change minimum Qt version to 5.10" 7 years ago
COPYING Rename LICENSE -> COPYING 8 years ago
README.md README.md: Fix syntax to work with GitHub parser 7 years ago
config.h.cmake Add QML Extensions API 8 years ago

README.md

Falkon Web Browser

QtWebEngine web browser.

Building

Falkon uses CMake, to build it run:

mkdir build && cd build
cmake ..
make