All checks were successful
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Successful in 1m52s
13 lines
401 B
Markdown
13 lines
401 B
Markdown
# Tools required to build this
|
|
|
|
- [meson](https://mesonbuild.com/Getting-meson.html) The build system we use.
|
|
- [cmake](https://cmake.org/download/) For building some of the dependencies.
|
|
- [git](https://git-scm.com/) of course
|
|
|
|
On Windows:
|
|
- Visual Studio (2022 is what is frequently tested). Install the Game Development with C++ package for DirectX.
|
|
|
|
On Linux:
|
|
- GCC or clang.
|
|
- wget (for scripts)
|