You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/installation/build-from-source/_index.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,27 +17,28 @@ description: In this way, you can get the latest unreleased features and get rea
17
17
cd cpeditor
18
18
```
19
19
20
-
2. Install [Qt](https://www.qt.io/download) (5.15), [CMake](https://cmake.org/download/) (3.12 or higher) and [Python3](https://www.python.org/downloads/).
20
+
2. Install [Qt](https://www.qt.io/download) (6.5 or higher), [CMake](https://cmake.org/download/) (3.16 or higher) and [Python3](https://www.python.org/downloads/).
21
21
22
-
- On some Linux distributions and macOS, you can install from your package manager. For example, `sudo pacman -S qt5-base` on Arch Linux, `brew install qt@5` on macOS.
22
+
- On some Linux distributions and macOS, you can install from your package manager. For example, `sudo pacman -S qt6-base` on Arch Linux, `brew install qt` on macOS.
23
23
- You can also use [aqtinstall](https://github.com/miurahr/aqtinstall) to install Qt.
24
24
25
25
3. If CMake can't find the Qt installation path, you should set the environment variable: `CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake`. For example, on macOS, you can run something like `export CMAKE_PREFIX_PATH="/usr/local/Cellar/qt/5.15.2"`.
26
26
27
-
4. Install [Extra CMake Modules](https://github.com/KDE/extra-cmake-modules) and [KDE (kf5) Syntax Highlighting](https://github.com/KDE/syntax-highlighting). These are **not** bundled as submodules and must be installed on the host system before building.
27
+
4. Install [Extra CMake Modules](https://github.com/KDE/extra-cmake-modules) and [KDE (kf6) Syntax Highlighting](https://github.com/KDE/syntax-highlighting). These are **not** bundled as submodules and must be installed on the host system before building.
28
28
29
-
- On some Linux distributions and macOS, you can install from your package manager. For example, `sudo pacman -S syntax-highlighting5` on Arch Linux, [Homebrew KDE](https://github.com/KDE/homebrew-kde) and then `brew install kde-mac/kde/kf5-syntax-highlighting` on macOS.
29
+
- On some Linux distributions and macOS, you can install from your package manager. For example, `sudo pacman -S syntax-highlighting` on Arch Linux.
30
+
- For macOS with Homebrew, you may need to build from source as KF6 formulas are not yet available in the [Homebrew KDE](https://github.com/KDE/homebrew-kde) tap.
30
31
31
32
- Otherwise, you can clone and build them manually:
Copy file name to clipboardExpand all lines: content/docs/installation/build-from-source/_index.ru.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,26 +12,26 @@ description: In this way, you can get the latest unreleased features and get rea
12
12
cd cpeditor
13
13
```
14
14
15
-
2. Install [Qt](https://www.qt.io/download) (5.15 or higher), [CMake](https://cmake.org/download/) (3.12 or higher) and [Python3](https://www.python.org/downloads/).
16
-
- On some Linux distributions and macOS, you can install from your package manager. For example, `sudo pacman -S qt5` on Arch Linux, `brew install qt5` on macOS.
15
+
2. Install [Qt](https://www.qt.io/download) (6.5 or higher), [CMake](https://cmake.org/download/) (3.16 or higher) and [Python3](https://www.python.org/downloads/).
16
+
- On some Linux distributions and macOS, you can install from your package manager. For example, `sudo pacman -S qt6-base` on Arch Linux, `brew install qt` on macOS.
17
17
- You can also use [aqtinstall](https://github.com/miurahr/aqtinstall) to install Qt.
18
18
19
19
3. If CMake can't find the Qt installation path, you should set the environment variable: `CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake`. For example, on macOS, you can run something like `export CMAKE_PREFIX_PATH="/usr/local/Cellar/qt/5.15.1"`.
20
20
21
-
4. Install [Extra CMake Modules](https://github.com/KDE/extra-cmake-modules) and [KDE (kf5) Syntax Highlighting](https://github.com/KDE/syntax-highlighting). These are **not** bundled as submodules and must be installed on the host system before building.
21
+
4. Install [Extra CMake Modules](https://github.com/KDE/extra-cmake-modules) and [KDE (kf6) Syntax Highlighting](https://github.com/KDE/syntax-highlighting). These are **not** bundled as submodules and must be installed on the host system before building.
22
22
23
-
- On some Linux distributions and macOS, you can install from your package manager. For example, `sudo pacman -S syntax-highlighting5` on Arch Linux, [Homebrew KDE](https://github.com/KDE/homebrew-kde) and then `brew install kde-mac/kde/kf5-syntax-highlighting` on macOS.
23
+
- On some Linux distributions and macOS, you can install from your package manager. For example, `sudo pacman -S syntax-highlighting` on Arch Linux.
24
24
25
25
- Otherwise, you can clone and build them manually:
0 commit comments