From 332d91fa74793212a31fd09bcb6796079d139bed Mon Sep 17 00:00:00 2001 From: Dan Berkowitz Date: Sat, 22 Jun 2024 05:27:03 -0400 Subject: [PATCH] Fix #31: Fedora quickstart instructions are incomplete --- getting-started/index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/getting-started/index.html b/getting-started/index.html index 78398c7..9f3f597 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -214,7 +214,7 @@

Install dependencies

speexdsp-devel libcurl-devel \ cmake fontconfig-devel freetype-devel \ libpng-devel libzip-devel mesa-libGL-devel \ - duktape-devel + duktape-devel flac-devel libvorbis-devel @@ -231,7 +231,15 @@

Build the game

Set up the files

cp -r ../data/ ./data/ && make g2 && mv ./g2.dat ./data/g2.dat
-
  • +
  • +
  • +
    3
    +
    +

    Complete Setup

    +

    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.

    +
    sudo make install
    +
    +
  • 4