## Building rekonq from source ### Prerequisites To build, rekonq needs at least: - spdlog 1.x - Qt6 and Qt WebEngine - cmake 2.23 - gcc 12 ### Debug builds ``Debug`` builds have the following additional dependencies: - gtest and gmock - gcov, lcov - clang-tidy - python-lxml for some of the scripts ## Building rekonq Once you have cloned the repository you need to clone the submodules with: ```sh git submodule update --init ``` To build it perform the following commands in the source dir: ```sh cmake --preset release make -C build sudo make -C build install ``` If you want to install rekonq locally, do not run the ``make install`` command. rekonq can then be found in ``build/src`` and is executed with ``./rekonq``. ## Getting Help ## Useful Links repository: https://bitbucket.org/celestriad/rekonq Enjoy rekonq :D