Skip to content

Commit

Permalink
can people stop skipping downloading git
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Jan 31, 2024
1 parent 96ac846 commit 0aae188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting-started/cpp-stuff.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ order: 2
To be able to use the Geode SDK, you **will** need at least the following:
* [A C++ compiler](#compiler)
* [CMake](https://cmake.org/download/) - Version 3.21+ is required, and make sure to add to PATH when installing on windows.
* [git](https://git-scm.com/downloads)
* [git](https://git-scm.com/downloads) - Hey you. yes you. I know a lot of people skip this **but you will need it**. Don't come at us asking for why "could not find git for clone of json-populate"

## Compiler
To use the Geode SDK, and in turn make Geometry Dash mods, you will need either:
Expand Down Expand Up @@ -36,4 +36,4 @@ Linux is a bit more complicated, as obviously there's no linux release of GD (ye

Because of that, this guide will set you up to [cross-compile](https://en.wikipedia.org/wiki/Cross_compiler) windows Geode mods from linux.

We recommend reading this gist: [linux-win-cross.md](https://gist.github.com/matcool/abb65ee59ded3766717c673014c3a2a7) for up to date information on how to cross compile.
We recommend reading this gist: [linux-win-cross.md](https://gist.github.com/matcool/abb65ee59ded3766717c673014c3a2a7) for up to date information on how to cross compile.

0 comments on commit 0aae188

Please sign in to comment.