Warning, /network/falkon/README.md is written in an unsupported language. File is not indexed.
0001 # Falkon 0002 0003 Falkon is a KDE web browser. It uses QtWebEngine rendering engine. 0004 0005  0006 0007 ## Downloads 0008 0009 Falkon downloads are available from [homepage](https://www.falkon.org/download/). 0010 0011 ## Building 0012 0013 ```sh 0014 mkdir build && cd build 0015 cmake .. 0016 make && make install 0017 ``` 0018 0019 ### Install to custom prefix 0020 0021 When installing Falkon to custom prefix, you may need to adjust `XDG_DATA_DIRS` environment variable. 0022 0023 ```sh 0024 # Build 0025 cmake -DCMAKE_INSTALL_PREFIX=$HOME/falkon 0026 0027 # Run 0028 export XDG_DATA_DIRS="$HOME/falkon/share:$XDG_DATA_DIRS" 0029 $HOME/falkon/bin/falkon 0030 ``` 0031 0032 ## Contributing 0033 0034 Want to contribute? Great! 0035 0036 [KDE Community Wiki](https://community.kde.org/Get_Involved) 0037 0038 Code review is done on [Phabricator](https://community.kde.org/Infrastructure/Phabricator). When sending patches, add Falkon project (`#Falkon`) as a reviewer. 0039 0040 #### Reporting bugs 0041 0042 You can report any bugs or feature request in KDE [bugzilla](https://bugs.kde.org/enter_bug.cgi?product=Falkon). Before reporting, please make sure your issue isn’t already reported ([open issues](https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&component=extensions&component=general&list_id=1597725&product=Falkon)). 0043 0044 #### Contact 0045 0046 You can get in contact with developers using [mailing list](https://mail.kde.org/mailman/listinfo/falkon) or __IRC__ `#falkon` at `irc.libera.chat`.