Skip to content

Commit

Permalink
Fix #31: Fedora quickstart instructions are incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
daberkow committed Jun 22, 2024
1 parent 4037288 commit 332d91f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3>Install dependencies</h3>
speexdsp-devel libcurl-devel \
cmake fontconfig-devel freetype-devel \
libpng-devel libzip-devel mesa-libGL-devel \
duktape-devel
duktape-devel flac-devel libvorbis-devel
</div>
</div>
</li>
Expand All @@ -231,7 +231,15 @@ <h3>Build the game</h3>
<h3>Set up the files</h3>
<div class="terminal">cp -r ../data/ ./data/ &amp;&amp; make g2 &amp;&amp; mv ./g2.dat ./data/g2.dat</div>
</div>
<li>
</li>
<li>
<div class="step"><span>3</span></div>
<div class="step-body">
<h3>Complete Setup</h3>
<p>If you do not run the following command, then assets are not downloaded, and libraries are not put where they need to go. The app will start, but will have no assets. Sudo is needed to put assets in /usr and /lib.</p>
<div class="terminal">sudo make install</div>
</div>
</li>
<li>
<div class="step"><span>4</span></div>
<div class="step-body">
Expand Down

0 comments on commit 332d91f

Please sign in to comment.