From 0aae188d4d2f45ff9b106b1bfbf6e28759c5725b Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:26:02 -0300 Subject: [PATCH] can people stop skipping downloading git --- getting-started/cpp-stuff.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/cpp-stuff.md b/getting-started/cpp-stuff.md index 0e2169b..c9064a9 100644 --- a/getting-started/cpp-stuff.md +++ b/getting-started/cpp-stuff.md @@ -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: @@ -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. \ No newline at end of file +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.