File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This is a game project using SDL2 and its related libraries. The project is conf
1010## Prerequisites
1111Before setting up the project, ensure you have the following installed:
1212- ** Visual Studio 2022** (or any C++ compiler supporting C++17)
13- - ** [ CMake] ( https://cmake.org/download/ ) ** (minimum version 3.10 | I recommend not getting )
13+ - ** [ CMake] ( https://cmake.org/download/ ) ** (minimum version 3.10 | I recommend not getting the Release Candidate )
1414
1515## Setup Instructions
1616
@@ -89,12 +89,6 @@ cmake --build .
8989│ │-- fonts/ # Font files
9090│ │-- images/ # Image files
9191│-- build/ # CMake build files (includes build/bin/Debug)
92- │-- cmake/ # CMake configuration files
93- │ │-- sdl2/ # SDL2 CMake scripts
94- │ │ │-- FindSDL2.cmake
95- │ │ │-- FindSDL2_image.cmake
96- │ │ │-- FindSDL2_mixer.cmake
97- │ │ │-- FindSDL2_ttf.cmake
9892│-- docs/ # Project documentation
9993│ │-- API_documentation.md
10094│ │-- design_notes.md
You can’t perform that action at this time.
0 commit comments