rtengine/docs/REQUIRED_TOOLS.md
Kevin Trogant b70cafecef
All checks were successful
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Successful in 1m52s
refactor: Use vulkan-headers.wrap instead of depending on a vulkan sdk install
2024-07-26 09:38:28 +02:00

401 B

Tools required to build this

  • meson The build system we use.
  • cmake For building some of the dependencies.
  • git 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)