Skip to content

Commit be36105

Browse files
committed
feat(installation/build-from-source): add ECM and KSH, update commands (#333)
* feat(installation/build-from-source): add ECM and KSH, update commands * fix(installation/build-from-source): no need to install ECM 4577cad
1 parent 61fa316 commit be36105

File tree

106 files changed

+366
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+366
-276
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
aria-label="Search this site…"
159159
autocomplete="off"
160160

161-
data-offline-search-index-json-src="./offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
161+
data-offline-search-index-json-src="./offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
162162
data-offline-search-base-href="./"
163163
data-offline-search-max-results="10"
164164
>

about/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
aria-label="Search this site…"
161161
autocomplete="off"
162162

163-
data-offline-search-index-json-src="../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
163+
data-offline-search-index-json-src="../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
164164
data-offline-search-base-href="../"
165165
data-offline-search-max-results="10"
166166
>

community/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
aria-label="Search this site…"
160160
autocomplete="off"
161161

162-
data-offline-search-index-json-src="../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
162+
data-offline-search-index-json-src="../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
163163
data-offline-search-base-href="../"
164164
data-offline-search-max-results="10"
165165
>

docs/faq/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
aria-label="Search this site…"
162162
autocomplete="off"
163163

164-
data-offline-search-index-json-src="../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
164+
data-offline-search-index-json-src="../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
165165
data-offline-search-base-href="../../"
166166
data-offline-search-max-results="10"
167167
>
@@ -193,7 +193,7 @@
193193
aria-label="Search this site…"
194194
autocomplete="off"
195195

196-
data-offline-search-index-json-src="../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
196+
data-offline-search-index-json-src="../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
197197
data-offline-search-base-href="../../"
198198
data-offline-search-max-results="10"
199199
>

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
aria-label="Search this site…"
162162
autocomplete="off"
163163

164-
data-offline-search-index-json-src="../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
164+
data-offline-search-index-json-src="../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
165165
data-offline-search-base-href="../"
166166
data-offline-search-max-results="10"
167167
>
@@ -193,7 +193,7 @@
193193
aria-label="Search this site…"
194194
autocomplete="off"
195195

196-
data-offline-search-index-json-src="../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
196+
data-offline-search-index-json-src="../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
197197
data-offline-search-base-href="../"
198198
data-offline-search-max-results="10"
199199
>

docs/installation/build-from-source/index.html

+47-19
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
aria-label="Search this site…"
162162
autocomplete="off"
163163

164-
data-offline-search-index-json-src="../../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
164+
data-offline-search-index-json-src="../../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
165165
data-offline-search-base-href="../../../"
166166
data-offline-search-max-results="10"
167167
>
@@ -193,7 +193,7 @@
193193
aria-label="Search this site…"
194194
autocomplete="off"
195195

196-
data-offline-search-index-json-src="../../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
196+
data-offline-search-index-json-src="../../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
197197
data-offline-search-base-href="../../../"
198198
data-offline-search-max-results="10"
199199
>
@@ -779,10 +779,14 @@
779779
<h1>Build from source</h1>
780780
<div class="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>
781781

782-
<ol>
782+
<h3 id="preparation">Preparation</h3>
783+
<ol>
783784
<li>
784785
<p>Clone this repo and submodules:</p>
785786
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">git clone --recurse-submodules https://github.com/cpeditor/cpeditor.git
787+
<span style="color:#8f5902;font-style:italic"># or alternatively in two separate commands</span>
788+
<span style="color:#8f5902;font-style:italic"># git clone https://github.com/cpeditor/cpeditor.git</span>
789+
<span style="color:#8f5902;font-style:italic"># git submodule update --init --recursive</span>
786790
<span style="color:#204a87">cd</span> cpeditor
787791
</code></pre></div></li>
788792
<li>
@@ -799,7 +803,7 @@ <h1>Build from source</h1>
799803

800804

801805
<a href="https://www.qt.io/download" target="_blank" >Qt</a>
802-
(5.15 or higher),
806+
(5.15),
803807

804808

805809

@@ -827,7 +831,7 @@ <h1>Build from source</h1>
827831
<a href="https://www.python.org/downloads/" target="_blank" >Python3</a>
828832
.</p>
829833
<ul>
830-
<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>
831835
<li>You can also use
832836

833837

@@ -845,31 +849,55 @@ <h1>Build from source</h1>
845849
</ul>
846850
</li>
847851
<li>
848-
<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>
852+
<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>
849853
</li>
850854
<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,
859+
860+
861+
862+
863+
864+
865+
866+
867+
868+
869+
870+
<a href="https://github.com/KDE/homebrew-kde" target="_blank" >Homebrew KDE</a>
871+
and then <code>brew install kde-mac/kde/kf5-syntax-highlighting</code> on macOS.</p>
872+
</li>
873+
<li>
874+
<p>Otherwise, you can use CMake to build and install Extra CMake Modules first and then KSH:</p>
875+
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh"><span style="color:#204a87">cd</span> third_party/extra-cmake-modules
876+
cmake -B build -S . -DBUILD_HTML_DOCS<span style="color:#ce5c00;font-weight:bold">=</span>OFF -DBUILD_MAN_DOCS<span style="color:#ce5c00;font-weight:bold">=</span>OFF -DBUILD_QTHELP_DOCS<span style="color:#ce5c00;font-weight:bold">=</span>OFF -DBUILD_TESTING<span style="color:#ce5c00;font-weight:bold">=</span>OFF
877+
cmake --build build --config Release --target install <span style="color:#8f5902;font-style:italic"># may require sudo</span>
878+
<span style="color:#204a87">cd</span> ../syntax-highlighting
879+
cmake -B build -S . -DBUILD_HTML_DOCS<span style="color:#ce5c00;font-weight:bold">=</span>OFF -DBUILD_MAN_DOCS<span style="color:#ce5c00;font-weight:bold">=</span>OFF -DBUILD_QTHELP_DOCS<span style="color:#ce5c00;font-weight:bold">=</span>OFF -DBUILD_TESTING<span style="color:#ce5c00;font-weight:bold">=</span>OFF
880+
cmake --build build --config Release --target install
881+
</code></pre></div></li>
882+
</ul>
883+
</li>
884+
</ol>
885+
<h3 id="build">Build</h3>
852886
<ul>
853887
<li>
854888
<p>Linux/macOS:</p>
855-
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">mkdir build
856-
<span style="color:#204a87">cd</span> build
857-
cmake .. -DCMAKE_BUILD_TYPE<span style="color:#ce5c00;font-weight:bold">=</span>Release
858-
cmake --build .
889+
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">cmake -S . -B build -DCMAKE_BUILD_TYPE<span style="color:#ce5c00;font-weight:bold">=</span>Release
890+
cmake --build build
859891
</code></pre></div></li>
860892
<li>
861893
<p>Windows:</p>
862-
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bat" data-lang="bat"> <span style="color:#204a87;font-weight:bold">mkdir</span> build
863-
<span style="color:#204a87;font-weight:bold">cd</span> build
864-
cmake ..
865-
cmake --build . --config Release
894+
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bat" data-lang="bat">cmake -S . -B build
895+
cmake --build build --config Release
866896
</code></pre></div></li>
867897
</ul>
868-
</li>
869-
</ol>
870898
<p>On Linux, you will get <code>build/cpeditor</code>.</p>
871899
<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>
873901

874902
<div class="section-index">
875903

@@ -922,7 +950,7 @@ <h1>Build from source</h1>
922950

923951

924952

925-
<div class="text-muted mt-5 pt-3 border-top">Last modified January 31, 2021: <a href="https://github.com/cpeditor/cpeditor.github.io/commit/09659f70c313f250c3309476a525cf6366ecc3d5">fix: fix grammar errors (#134) (09659f70)</a>
953+
<div class="text-muted mt-5 pt-3 border-top">Last modified February 13, 2024: <a href="https://github.com/cpeditor/cpeditor.github.io/commit/4577cad10327f2100856f4294bd669f726e461f3">feat(installation/build-from-source): add ECM and KSH, update commands (#333) (4577cad1)</a>
926954
</div>
927955
</div>
928956

docs/installation/download-from-releases/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
aria-label="Search this site…"
162162
autocomplete="off"
163163

164-
data-offline-search-index-json-src="../../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
164+
data-offline-search-index-json-src="../../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
165165
data-offline-search-base-href="../../../"
166166
data-offline-search-max-results="10"
167167
>
@@ -193,7 +193,7 @@
193193
aria-label="Search this site…"
194194
autocomplete="off"
195195

196-
data-offline-search-index-json-src="../../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
196+
data-offline-search-index-json-src="../../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
197197
data-offline-search-base-href="../../../"
198198
data-offline-search-max-results="10"
199199
>

docs/installation/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
aria-label="Search this site…"
162162
autocomplete="off"
163163

164-
data-offline-search-index-json-src="../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
164+
data-offline-search-index-json-src="../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
165165
data-offline-search-base-href="../../"
166166
data-offline-search-max-results="10"
167167
>
@@ -193,7 +193,7 @@
193193
aria-label="Search this site…"
194194
autocomplete="off"
195195

196-
data-offline-search-index-json-src="../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
196+
data-offline-search-index-json-src="../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
197197
data-offline-search-base-href="../../"
198198
data-offline-search-max-results="10"
199199
>

docs/installation/index.xml

+32-15
Original file line numberDiff line numberDiff line change
@@ -54,53 +54,70 @@ or
5454
&lt;a href="https://wiki.archlinux.org/title/AUR_helpers" target="_blank" >AUR helpers&lt;/a>
5555
.&lt;/p>
5656
&lt;p>After the installation, you&amp;rsquo;ll be able to run CP Editor by &lt;code>cpeditor&lt;/code> in your terminal or launch from the start menu like other apps.&lt;/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>
57+
&lt;h3 id="preparation">Preparation&lt;/h3>
5758
&lt;ol>
5859
&lt;li>
5960
&lt;p>Clone this repo and submodules:&lt;/p>
6061
&lt;div class="highlight">&lt;pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4">&lt;code class="language-sh" data-lang="sh">git clone --recurse-submodules https://github.com/cpeditor/cpeditor.git
62+
&lt;span style="color:#8f5902;font-style:italic"># or alternatively in two separate commands&lt;/span>
63+
&lt;span style="color:#8f5902;font-style:italic"># git clone https://github.com/cpeditor/cpeditor.git&lt;/span>
64+
&lt;span style="color:#8f5902;font-style:italic"># git submodule update --init --recursive&lt;/span>
6165
&lt;span style="color:#204a87">cd&lt;/span> cpeditor
6266
&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
6367
&lt;li>
6468
&lt;p>Install
6569
&lt;a href="https://www.qt.io/download" target="_blank" >Qt&lt;/a>
66-
(5.15 or higher),
70+
(5.15),
6771
&lt;a href="https://cmake.org/download/" target="_blank" >CMake&lt;/a>
6872
(3.12 or higher) and
6973
&lt;a href="https://www.python.org/downloads/" target="_blank" >Python3&lt;/a>
7074
.&lt;/p>
7175
&lt;ul>
72-
&lt;li>On some Linux distributions and macOS, you can install from your package manager. For example, &lt;code>sudo pacman -S qt5&lt;/code> on Arch Linux, &lt;code>brew install qt5&lt;/code> on macOS.&lt;/li>
76+
&lt;li>On some Linux distributions and macOS, you can install from your package manager. For example, &lt;code>sudo pacman -S qt5-base&lt;/code> on Arch Linux, &lt;code>brew install qt@5&lt;/code> on macOS.&lt;/li>
7377
&lt;li>You can also use
7478
&lt;a href="https://github.com/miurahr/aqtinstall" target="_blank" >aqtinstall&lt;/a>
7579
to install Qt.&lt;/li>
7680
&lt;/ul>
7781
&lt;/li>
7882
&lt;li>
79-
&lt;p>If CMake can&amp;rsquo;t find the Qt installation path, you should set the environment variable: &lt;code>CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake&lt;/code>. For example, on macOS, you can run something like &lt;code>export CMAKE_PREFIX_PATH=&amp;quot;/usr/local/Cellar/qt/5.15.1&amp;quot;&lt;/code>.&lt;/p>
83+
&lt;p>If CMake can&amp;rsquo;t find the Qt installation path, you should set the environment variable: &lt;code>CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake&lt;/code>. For example, on macOS, you can run something like &lt;code>export CMAKE_PREFIX_PATH=&amp;quot;/usr/local/Cellar/qt/5.15.2&amp;quot;&lt;/code>.&lt;/p>
8084
&lt;/li>
8185
&lt;li>
82-
&lt;p>Run the following commands:&lt;/p>
86+
&lt;p>Install KDE (kf5) Syntax Highlighting.&lt;/p>
87+
&lt;ul>
88+
&lt;li>
89+
&lt;p>On some Linux distributions and macOS, you can install from your package manager. For example, &lt;code>sudo pacman -S syntax-highlighting5&lt;/code> on Arch Linux,
90+
&lt;a href="https://github.com/KDE/homebrew-kde" target="_blank" >Homebrew KDE&lt;/a>
91+
and then &lt;code>brew install kde-mac/kde/kf5-syntax-highlighting&lt;/code> on macOS.&lt;/p>
92+
&lt;/li>
93+
&lt;li>
94+
&lt;p>Otherwise, you can use CMake to build and install Extra CMake Modules first and then KSH:&lt;/p>
95+
&lt;div class="highlight">&lt;pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4">&lt;code class="language-sh" data-lang="sh">&lt;span style="color:#204a87">cd&lt;/span> third_party/extra-cmake-modules
96+
cmake -B build -S . -DBUILD_HTML_DOCS&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>OFF -DBUILD_MAN_DOCS&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>OFF -DBUILD_QTHELP_DOCS&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>OFF -DBUILD_TESTING&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>OFF
97+
cmake --build build --config Release --target install &lt;span style="color:#8f5902;font-style:italic"># may require sudo&lt;/span>
98+
&lt;span style="color:#204a87">cd&lt;/span> ../syntax-highlighting
99+
cmake -B build -S . -DBUILD_HTML_DOCS&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>OFF -DBUILD_MAN_DOCS&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>OFF -DBUILD_QTHELP_DOCS&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>OFF -DBUILD_TESTING&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>OFF
100+
cmake --build build --config Release --target install
101+
&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
102+
&lt;/ul>
103+
&lt;/li>
104+
&lt;/ol>
105+
&lt;h3 id="build">Build&lt;/h3>
83106
&lt;ul>
84107
&lt;li>
85108
&lt;p>Linux/macOS:&lt;/p>
86-
&lt;div class="highlight">&lt;pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4">&lt;code class="language-sh" data-lang="sh">mkdir build
87-
&lt;span style="color:#204a87">cd&lt;/span> build
88-
cmake .. -DCMAKE_BUILD_TYPE&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>Release
89-
cmake --build .
109+
&lt;div class="highlight">&lt;pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4">&lt;code class="language-sh" data-lang="sh">cmake -S . -B build -DCMAKE_BUILD_TYPE&lt;span style="color:#ce5c00;font-weight:bold">=&lt;/span>Release
110+
cmake --build build
90111
&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
91112
&lt;li>
92113
&lt;p>Windows:&lt;/p>
93-
&lt;div class="highlight">&lt;pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4">&lt;code class="language-bat" data-lang="bat"> &lt;span style="color:#204a87;font-weight:bold">mkdir&lt;/span> build
94-
&lt;span style="color:#204a87;font-weight:bold">cd&lt;/span> build
95-
cmake ..
96-
cmake --build . --config Release
114+
&lt;div class="highlight">&lt;pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4">&lt;code class="language-bat" data-lang="bat">cmake -S . -B build
115+
cmake --build build --config Release
97116
&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
98117
&lt;/ul>
99-
&lt;/li>
100-
&lt;/ol>
101118
&lt;p>On Linux, you will get &lt;code>build/cpeditor&lt;/code>.&lt;/p>
102119
&lt;p>On macOS, you will get &lt;code>build/cpeditor.app&lt;/code>.&lt;/p>
103-
&lt;p>On Windows, you will get &lt;code>build\cpeditor.exe&lt;/code>, or &lt;code>build\Release\cpeditor.exe&lt;/code>. If DLLs are missing, you can add &lt;code>%QtPath%\%QtVersion%\%Compiler%\bin&lt;/code> (for example, &lt;code>D:\Qt\5.15.1\msvc2019_64\bin&lt;/code>) to the PATH environmental variable.&lt;/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+
&lt;p>On Windows, you will get &lt;code>build\cpeditor.exe&lt;/code>, or &lt;code>build\Release\cpeditor.exe&lt;/code>. If DLLs are missing, you can add &lt;code>%QtPath%\%QtVersion%\%Compiler%\bin&lt;/code> (for example, &lt;code>D:\Qt\5.15.2\msvc2019_64\bin&lt;/code>) to the PATH environmental variable.&lt;/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>
104121
&lt;p>If you want to use the latest version (even later than the beta release), but don&amp;rsquo;t want to build from source, you can download Artifacts from
105122
&lt;a href="https://github.com/cpeditor/cpeditor/actions" target="_blank" >GitHub Actions&lt;/a>
106123
.&lt;/p>

docs/installation/use-artifacts/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
aria-label="Search this site…"
162162
autocomplete="off"
163163

164-
data-offline-search-index-json-src="../../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
164+
data-offline-search-index-json-src="../../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
165165
data-offline-search-base-href="../../../"
166166
data-offline-search-max-results="10"
167167
>
@@ -193,7 +193,7 @@
193193
aria-label="Search this site…"
194194
autocomplete="off"
195195

196-
data-offline-search-index-json-src="../../../offline-search-index.fac04f90db846d764c8eb5b048bc7c09.json"
196+
data-offline-search-index-json-src="../../../offline-search-index.1a71f9c0dc59adf77a3d85383f77d0ca.json"
197197
data-offline-search-base-href="../../../"
198198
data-offline-search-max-results="10"
199199
>

0 commit comments

Comments
 (0)