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
<divclass="lead">In this way, you can get the latest unreleased features and get ready for contributing. It needs more steps but is the only choice if your OS is not officially supported.</div>
<li>On some Linux distributions and macOS, you can install from your package manager. For example, <code>sudo pacman -S qt5</code> on Arch Linux, <code>brew install qt5</code> on macOS.</li>
834
+
<li>On some Linux distributions and macOS, you can install from your package manager. For example, <code>sudo pacman -S qt5-base</code> on Arch Linux, <code>brew install qt@5</code> on macOS.</li>
831
835
<li>You can also use
832
836
833
837
@@ -845,31 +849,55 @@ <h1>Build from source</h1>
845
849
</ul>
846
850
</li>
847
851
<li>
848
-
<p>If CMake can’t find the Qt installation path, you should set the environment variable: <code>CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake</code>. For example, on macOS, you can run something like <code>export CMAKE_PREFIX_PATH="/usr/local/Cellar/qt/5.15.1"</code>.</p>
852
+
<p>If CMake can’t find the Qt installation path, you should set the environment variable: <code>CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake</code>. For example, on macOS, you can run something like <code>export CMAKE_PREFIX_PATH="/usr/local/Cellar/qt/5.15.2"</code>.</p>
849
853
</li>
850
854
<li>
851
-
<p>Run the following commands:</p>
855
+
<p>Install KDE (kf5) Syntax Highlighting.</p>
856
+
<ul>
857
+
<li>
858
+
<p>On some Linux distributions and macOS, you can install from your package manager. For example, <code>sudo pacman -S syntax-highlighting5</code> on Arch Linux,
<p>On Linux, you will get <code>build/cpeditor</code>.</p>
871
899
<p>On macOS, you will get <code>build/cpeditor.app</code>.</p>
872
-
<p>On Windows, you will get <code>build\cpeditor.exe</code>, or <code>build\Release\cpeditor.exe</code>. If DLLs are missing, you can add <code>%QtPath%\%QtVersion%\%Compiler%\bin</code> (for example, <code>D:\Qt\5.15.1\msvc2019_64\bin</code>) to the PATH environmental variable.</p>
900
+
<p>On Windows, you will get <code>build\cpeditor.exe</code>, or <code>build\Release\cpeditor.exe</code>. If DLLs are missing, you can add <code>%QtPath%\%QtVersion%\%Compiler%\bin</code> (for example, <code>D:\Qt\5.15.2\msvc2019_64\bin</code>) to the PATH environmental variable.</p>
<p>After the installation, you&rsquo;ll be able to run CP Editor by <code>cpeditor</code> in your terminal or launch from the start menu like other apps.</p></description></item><item><title>Docs: Build from source</title><link>/docs/installation/build-from-source/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/installation/build-from-source/</guid><description>
<li>On some Linux distributions and macOS, you can install from your package manager. For example, <code>sudo pacman -S qt5</code> on Arch Linux, <code>brew install qt5</code> on macOS.</li>
76
+
<li>On some Linux distributions and macOS, you can install from your package manager. For example, <code>sudo pacman -S qt5-base</code> on Arch Linux, <code>brew install qt@5</code> on macOS.</li>
<p>If CMake can&rsquo;t find the Qt installation path, you should set the environment variable: <code>CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake</code>. For example, on macOS, you can run something like <code>export CMAKE_PREFIX_PATH=&quot;/usr/local/Cellar/qt/5.15.1&quot;</code>.</p>
83
+
<p>If CMake can&rsquo;t find the Qt installation path, you should set the environment variable: <code>CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake</code>. For example, on macOS, you can run something like <code>export CMAKE_PREFIX_PATH=&quot;/usr/local/Cellar/qt/5.15.2&quot;</code>.</p>
80
84
</li>
81
85
<li>
82
-
<p>Run the following commands:</p>
86
+
<p>Install KDE (kf5) Syntax Highlighting.</p>
87
+
<ul>
88
+
<li>
89
+
<p>On some Linux distributions and macOS, you can install from your package manager. For example, <code>sudo pacman -S syntax-highlighting5</code> on Arch Linux,
<p>On Linux, you will get <code>build/cpeditor</code>.</p>
102
119
<p>On macOS, you will get <code>build/cpeditor.app</code>.</p>
103
-
<p>On Windows, you will get <code>build\cpeditor.exe</code>, or <code>build\Release\cpeditor.exe</code>. If DLLs are missing, you can add <code>%QtPath%\%QtVersion%\%Compiler%\bin</code> (for example, <code>D:\Qt\5.15.1\msvc2019_64\bin</code>) to the PATH environmental variable.</p></description></item><item><title>Docs: Use Artifacts</title><link>/docs/installation/use-artifacts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/installation/use-artifacts/</guid><description>
120
+
<p>On Windows, you will get <code>build\cpeditor.exe</code>, or <code>build\Release\cpeditor.exe</code>. If DLLs are missing, you can add <code>%QtPath%\%QtVersion%\%Compiler%\bin</code> (for example, <code>D:\Qt\5.15.2\msvc2019_64\bin</code>) to the PATH environmental variable.</p></description></item><item><title>Docs: Use Artifacts</title><link>/docs/installation/use-artifacts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/installation/use-artifacts/</guid><description>
104
121
<p>If you want to use the latest version (even later than the beta release), but don&rsquo;t want to build from source, you can download Artifacts from
0 commit comments