Skip to content

Commit 15f030a

Browse files
committed
Added link to CMake download
Added the link to CMake download page and changed the wording of Contribution Guidelines a bit
1 parent 264b48d commit 15f030a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SDL2 Game Project
1+
# Meowstro - SDL2 Game Project
22

33
## Overview
44
This is a game project using SDL2 and its related libraries. The project is configured using CMake and follows a structured build process to make it easy for developers to set up and contribute.
@@ -9,9 +9,8 @@ This is a game project using SDL2 and its related libraries. The project is conf
99

1010
## Prerequisites
1111
Before setting up the project, ensure you have the following installed:
12-
- **CMake** (minimum version 3.10)
1312
- **Visual Studio 2022** (or any C++ compiler supporting C++17)
14-
- **SDL2** (along with SDL2_image, SDL2_mixer, and SDL2_ttf)
13+
- **[CMake](https://cmake.org/download/)** (minimum version 3.10 | I recommend not getting )
1514

1615
## Setup Instructions
1716

@@ -116,7 +115,7 @@ cmake --build .
116115
```
117116

118117
## Contribution Guidelines
119-
- **DO NOT** commit `config.json` or `CMakePresets.json`. These files contain personal paths and should remain local.
118+
- **DON'T** commit `config.json` or `CMakePresets.json`. These files contain personal paths should be local.
120119
- If modifying build configuration, ensure compatibility with Windows.
121120
- Follow C++ best practices and maintain code clarity.
122121

0 commit comments

Comments
 (0)