You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/posts/CppCMakeCPMandSDL3/CppCmakeCPMandSDL3.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,22 +26,17 @@ In my opinion, the minimum toolset needed to give you the hability to start crea
26
26
27
27
2. (Required for Windows) [Git](https://git-scm.com/) - Version control system
28
28
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).
30
30
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:
37
32
38
33
## CLion project
39
34
40
35
1. Open CLion and select `New Project`:
41
36
42
37

43
38
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:
45
40
46
41

47
42
@@ -272,4 +267,4 @@ and then:
272
267
273
268

274
269
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