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.
 
 
 
 
 
 
l10n daemon script 5fb500465f GIT_SILENT made messages (after extraction) 8 years ago
autotests Fix minor typos 8 years ago
cmake Add QML Extensions API 8 years ago
linux GIT_SILENT made messages (after extraction) 8 years ago
mac
src Fix minor typos 8 years ago
tests Add sime QLS + nullptr 8 years ago
themes SVN_SILENT made messages (.desktop file) - always resolve ours 8 years ago
windows Fix minor typos 8 years ago
.arcconfig
.gitignore
CHANGELOG Version 3.0.1 8 years ago
CMakeLists.txt Add QML Extensions API 8 years ago
COPYING Rename LICENSE -> COPYING 8 years ago
README.md README: Add basic build instructions 8 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