Skip to content

Commit

Permalink
Deployed bce8884 with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Nov 2, 2023
1 parent 8928a82 commit 1cc6ee4
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 18 deletions.
9 changes: 8 additions & 1 deletion diy/buildit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,13 @@ <h1 id="building-the-flatpak-yourself">Building the Flatpak Yourself<a class="he
<p class="admonition-title">For Advanced Users Only</p>
<p>This is for advanced users who are comfortable going through the build process themselves, such as those who want to build on top of the changes I have made. For regular users, please install using the <a href="../../setup/installation/" rel="noopener" target="_blank">Installation Section</a>.</p>
</div>
<div class="admonition danger">
<p class="admonition-title">Do not try this on the Preview release branch for the Steam Deck</p>
<p>Running these instructions on the preview build will cause openssl headers to be deleted which isn't good and results in this error:</p>
<div class="highlight"><pre><span></span><code>error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory.
</code></pre></div>
<p>This will require you to manually download openssl from the <a href="https://steamdeck-packages.steamos.cloud/archlinux-mirror/core-main/os/x86_64/openssl-1.1-1.1.1.u-1-x86_64.pkg.tar.zst" rel="noopener" target="_blank">Steam Deck package mirror</a> and put the libs from that pkg (under /usr/lib once untarred) into /usr/lib/ before turning the system off to prevent bricking your system. In other words, don't do this.</p>
</div>
<h2 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites" title="Permanent link">&para;</a></h2>
<ol>
<li>
Expand Down Expand Up @@ -1051,7 +1058,7 @@ <h2 id="adding-your-own-remote-and-installing-from-it">Adding your Own Remote an
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 21, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 2, 2023</span>

<br>
Created:
Expand Down
11 changes: 10 additions & 1 deletion diy/steamdeckdev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,11 @@ <h2 id="setup-environment">Setup Environment<a class="headerlink" href="#setup-e
</div>
</li>
<li>
<p>Copy config file from chiaki4deck</p>
<div class="highlight"><pre><span></span><code>cp<span class="w"> </span>~/.var/app/io.github.streetpea.Chiaki4deck/config/Chiaki/Chiaki.conf<span class="w"> </span>~/.var/app/io.github.streetpea.Chiaki4deck-devel/config/Chiaki/Chiaki.conf<span class="w"> </span>
</code></pre></div>
</li>
<li>
<p>Install the <code>Debug</code> extensions for the SDK</p>
<div class="highlight"><pre><span></span><code>flatpak<span class="w"> </span>install<span class="w"> </span>org.kde.Sdk.Debug//5.15-22.08
</code></pre></div>
Expand Down Expand Up @@ -994,6 +999,10 @@ <h2 id="creating-and-debugging-builds-without-new-flatpak-build">Creating and De
</div>
</div>
</div>
<div class="admonition note">
<p class="admonition-title">Set vaapi to none</p>
<p>When running chiaki from within the flatpak like this please set vaapi to none as otherwise the video won't work. This is fine since you are just running Chiaki like this for development tests only so worse performance isn't a big concern.</p>
</div>
</li>
<li>
<p>Make edits to the source code to implement your changes</p>
Expand Down Expand Up @@ -1042,7 +1051,7 @@ <h2 id="debug-coredump-from-a-flatpak">Debug Coredump From a flatpak<a class="he
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 1, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 2, 2023</span>

<br>
Created:
Expand Down
16 changes: 16 additions & 0 deletions print_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3278,6 +3278,13 @@ <h1 class='nav-section-title' id='section-diy'>
<p class="admonition-title">For Advanced Users Only</p>
<p>This is for advanced users who are comfortable going through the build process themselves, such as those who want to build on top of the changes I have made. For regular users, please install using the <a href="#setup-installation" rel="noopener" target="_blank">Installation Section</a>.</p>
</div>
<div class="admonition danger">
<p class="admonition-title">Do not try this on the Preview release branch for the Steam Deck</p>
<p>Running these instructions on the preview build will cause openssl headers to be deleted which isn't good and results in this error:</p>
<div class="highlight"><pre><span></span><code>error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory.
</code></pre></div>
<p>This will require you to manually download openssl from the <a href="https://steamdeck-packages.steamos.cloud/archlinux-mirror/core-main/os/x86_64/openssl-1.1-1.1.1.u-1-x86_64.pkg.tar.zst" rel="noopener" target="_blank">Steam Deck package mirror</a> and put the libs from that pkg (under /usr/lib once untarred) into /usr/lib/ before turning the system off to prevent bricking your system. In other words, don't do this.</p>
</div>
<h2 id="diy-buildit-prerequisites">Prerequisites<a class="headerlink" href="#diy-buildit-prerequisites" title="Permanent link">&para;</a></h2>
<ol>
<li>
Expand Down Expand Up @@ -3514,6 +3521,11 @@ <h2 id="diy-steamdeckdev-setup-environment">Setup Environment<a class="headerlin
</div>
</li>
<li>
<p>Copy config file from chiaki4deck</p>
<div class="highlight"><pre><span></span><code>cp<span class="w"> </span>~/.var/app/io.github.streetpea.Chiaki4deck/config/Chiaki/Chiaki.conf<span class="w"> </span>~/.var/app/io.github.streetpea.Chiaki4deck-devel/config/Chiaki/Chiaki.conf<span class="w"> </span>
</code></pre></div>
</li>
<li>
<p>Install the <code>Debug</code> extensions for the SDK</p>
<div class="highlight"><pre><span></span><code>flatpak<span class="w"> </span>install<span class="w"> </span>org.kde.Sdk.Debug//5.15-22.08
</code></pre></div>
Expand Down Expand Up @@ -3635,6 +3647,10 @@ <h2 id="diy-steamdeckdev-creating-and-debugging-builds-without-new-flatpak-build
</div>
</div>
</div>
<div class="admonition note">
<p class="admonition-title">Set vaapi to none</p>
<p>When running chiaki from within the flatpak like this please set vaapi to none as otherwise the video won't work. This is fine since you are just running Chiaki like this for development tests only so worse performance isn't a big concern.</p>
</div>
</li>
<li>
<p>Make edits to the source code to implement your changes</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,77 +2,77 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://streetpea.github.io/chiaki4deck/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/diy/builddocs/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/diy/buildit/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/diy/steamdeckdev/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/setup/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/setup/automation/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/setup/configuration/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/setup/controlling/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/setup/installation/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/setup/remoteconnection/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/setup/steaming/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/updates/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/updates/done/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/updates/planned/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://streetpea.github.io/chiaki4deck/updates/releases/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 1cc6ee4

Please sign in to comment.