Skip to content

Commit 632caf5

Browse files
authored
add note about cmake 3.29 on linux
1 parent 6ead968 commit 632caf5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

getting-started/cpp-stuff.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ order: 2
77

88
To be able to use the Geode SDK, you **will** need at least the following:
99
* [A C++ compiler](#compiler)
10-
* [CMake](https://cmake.org/download/) - Version 3.25+ is required - make sure to add to PATH when installing on Windows.
10+
* [CMake](https://cmake.org/download/) - Version 3.29+ is required - make sure to add to PATH when installing on Windows.
1111
* [Git](https://git-scm.com/downloads) - Hey you. Yes, you! I know a lot of people skip this step **but you will need it**. Don't come at us asking for why you "could not find git for clone of json-populate".
1212

1313
## Compiler
@@ -40,7 +40,9 @@ Linux is a bit more complicated, as there's no official Linux release of GD (yet
4040

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

43-
First, besides Git and Cmake, make sure you have `clang` and `lld` installed.
43+
First, besides Git and CMake, make sure you have `clang` and `lld` installed.
44+
45+
For CMake make sure you have at least version 3.29, some distributions like Debian and Linux Mint ship older versions which are not able to cross-compile Geode mods.
4446

4547
On Ubuntu:
4648

0 commit comments

Comments
 (0)