Skip to content

Commit

Permalink
specify vs version and cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Jan 24, 2024
1 parent 6d32255 commit edad364
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions getting-started/cpp-stuff.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ order: 2
# Required C++ Tools
To be able to use the Geode SDK, you **will** need at least the following:
* [A C++ compiler](#compiler)
* [CMake](https://cmake.org/download/)
* [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)

## Compiler
To use the Geode SDK, and in turn make Geometry Dash mods, you will need either:
* [Visual Studio](#windows) on Windows
* [Visual Studio 2022+](#windows) on Windows
* [clang](#macos) on MacOS
* [A secret third thing](#linux) on Linux

Expand All @@ -22,6 +22,8 @@ After launching the installer, look for **Desktop development with C++**. You ma

Once its installed, you should now have a working C++ compiler installed that is suited for GD mod development.

Please note that Visual Studio **2022** or higher is required. 2019 might work but anything lower will definitely not, as they don't support C++20 properly.

### MacOS

Install [brew](https://brew.sh/) if you don't already have it, and then run:
Expand Down

0 comments on commit edad364

Please sign in to comment.