Skip to content

Commit

Permalink
Update CppCmakeCPMandSDL3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko authored Sep 14, 2023
1 parent 4fd7dfe commit 8f9b284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/posts/CppCMakeCPMandSDL3/CppCmakeCPMandSDL3.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In my opinion, the minimum toolset needed to give you the ability to start creat
- [Download](https://www.jetbrains.com/clion/download) and install it;
- For Macs, you will need extra tools: `XCode` and the command line tools. You can install them by running `xcode-select --install` on the terminal;

2. (Required for Windows) [Git](https://git-scm.com/) - Version control system
2. (Required for Windows and if you don't use CLion) [Git](https://git-scm.com/) - Version control system

- [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).

Expand Down

0 comments on commit 8f9b284

Please sign in to comment.