Skip to content

Commit 219e0ba

Browse files
authored
fix: Update CppCmakeCPMandSDL3.md
1 parent 2bc48be commit 219e0ba

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

blog/posts/CppCMakeCPMandSDL3/CppCmakeCPMandSDL3.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,17 @@ In my opinion, the minimum toolset needed to give you the hability to start crea
2626

2727
2. (Required for Windows) [Git](https://git-scm.com/) - Version control system
2828

29-
- [Download](https://git-scm.com/downloads) only if you are on Windows and add don't forget to tick the option to add it to your environment path (CMake will be calling it). On Mac and Linux, you can install via your package manager (ex. brew on Mac e apt on Ubuntu).
29+
- [Download](https://git-scm.com/downloads) only if you are on Windows and don't forget to tick the option to add it to your environment path (CMake will be calling it). On Mac and Linux, you can install via your package manager (ex. brew on Mac e apt on Ubuntu).
3030

31-
3. (Optional but desirable) [GitKraken](https://www.gitkraken.com/) - Git GUI
32-
33-
- [Apply for a student license through GitHub Student Pack](https://education.github.com/pack)
34-
- [Login into GitKraken via social login with your GitHub account](https://www.gitkraken.com/github-student-developer-pack-bundle)
35-
36-
After installing the tools above, you can follow the steps below to create a new project:
31+
After installing the tool(s) above, you can follow the steps below to create a new project:
3732

3833
## CLion project
3934

4035
1. Open CLion and select `New Project`:
4136

4237
![Welcome](CLionWelcome.png)
4338

44-
2. Create a new project and select `C++ Executable` and `C++XX` as the language standard. Use the default compiler and toolchain:
39+
2. Create a new project and select `C++ Executable` and `C++XX` as the language standard, where `XX` is the latest one available for you. Use the default compiler and toolchain:
4540

4641
![New Project](CLionNewProject.png)
4742

@@ -272,4 +267,4 @@ and then:
272267

273268
![MyGame](MyGame.png)
274269

275-
I hope it works for you. If you have any problems, please let me know on Discord or via GitHub issues.
270+
I hope it works for you. If you have any problems, please let me know on Discord or via GitHub issues.

0 commit comments

Comments
 (0)