Update CI And README

This commit is contained in:
TheBrokenRail
2023-11-04 18:57:44 -04:00
committed by iProgramInCpp
parent 4ca50c0fd8
commit 68166a3c36
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y build-essential cmake ninja-build libopenal-dev libsdl2-dev libpng-dev zlib1g-dev
sudo apt-get install --no-install-recommends -y build-essential cmake ninja-build libopenal-dev libsdl2-dev zlib1g-dev
- name: Build
run: |
cd platforms/sdl

View File

@@ -131,7 +131,6 @@ This project uses CMake on Linux. Just like WebAssembly, the game assets must be
- `ninja-build` (Ninja)
- `libsdl2-dev` (SDL2)
- `libopenal-dev` (OpenAL)
- `libpng-dev` (LibPNG)
#### How To Build