From 2a63b628321279f93700e281795243110669b3c1 Mon Sep 17 00:00:00 2001 From: shweet Date: Tue, 8 Oct 2024 20:13:51 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7a8db8..6c91dd8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ My entry for the 2024 WeightGaming Gain Jam. Action game where you collect stuff - SDL_ttf - GLEW -You'll also need the game resources in the same directory as the executable; get that on my site. +To play the game, you'll also need the game resources, get those [here](https://shweetz.net/files/games/frillrun/frillrun-resources-1.0.7z). and place the ``res`` folder in the same directory as the executable. ### Linux @@ -28,4 +28,4 @@ This repository uses CMake to compile, so: ### Windows -I used MinGW for the Windows build, so basically the same as Linux but you'll need to use MSYS, MinGW, etc. to compile it. +I used MinGW for the Windows build, so basically the same as Linux but you'll need to use MSYS, MinGW, etc. to compile it. I would recommend using ninja with cmake, so ``cmake .. -G Ninja `` and then ``ninja`` in the build directory.