summaryrefslogtreecommitdiff
path: root/INSTALL.md
blob: b4a621520071d6070c498a5548559c483111d551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## 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


## 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