From 7170ca10c879c5d62e02d5a6a0b9b462faf052cc Mon Sep 17 00:00:00 2001 From: Interfiber Date: Sat, 27 May 2023 19:54:43 -0400 Subject: [PATCH] update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a76f377..a6ea4cb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # Phoenix Top-down shooter game written in C++ for the linux game jam 2023 + +## Build instructions +Step 1. Install SDL2 +Step 2. Run ```git clone --recursive https://git.sr.ht/~interfiber/Phoenix``` +Step 3. Enter the Phoenix directory with cd +Step 4. Run ```mkdir -p b``` +Step 5. Run ```cmake -S . -B b``` +Step 6. Enter the ```b``` directory with cd +Step 7. Run ```sh bmap.sh``` for the editor, or ```sh b.sh``` for the game