working on making game lobbies and joining them

This commit is contained in:
2026-01-31 18:42:43 -06:00
parent 89c9a7681b
commit 47987ca439
14 changed files with 227 additions and 280 deletions

View File

@@ -7,18 +7,18 @@ DEPENDANCIES
SDL CORE:
use SDL 2.24.x
https://github.com/libsdl-org/SDL.git
git clone https://github.com/libsdl-org/SDL.git
cd SDL
git checkout release-2.24.x
mkdir build
cd build
cmake ..
sudo make install
cmake .. -DCMAKE_POLICY_VERSION_MINIMUM=3.5
sudo make install -j
SDL IMAGE:
use SDL_Image 2.8.x
https://github.com/libsdl-org/SDL_image.git
git clone https://github.com/libsdl-org/SDL_image.git
cd SDL_image
git checkout release-2.8.x
mkdir build
@@ -30,7 +30,7 @@ sudo make install
SDL_Net:
use SDL_Net 2.2.x
https://github.com/libsdl-org/SDL_net.git
git clone https://github.com/libsdl-org/SDL_net.git
cd SDL_net
git checkout release-2.2.x
mkdir build
@@ -41,7 +41,7 @@ sudo make install
SDL_ttf
use SDL_ttf 2.24.x
https://github.com/libsdl-org/SDL_ttf.git
git clone https://github.com/libsdl-org/SDL_ttf.git
cd SDL_ttf
git checkout release-2.24.x
mkdir build