1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-27 22:05:17 +01:00

Add documentation for IDE developer setup (#13935)

This commit is contained in:
AFCMS
2024-05-26 14:28:12 +02:00
committed by GitHub
parent 728f643ea7
commit 82790b1556
15 changed files with 193 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# [Visual Studio](https://visualstudio.microsoft.com)
From the Visual Studio installer, you need to install the `Desktop development with C++` Workload. You need to make sure the `C++ CMake tools for Windows` component is included in the installation details panel.
You need to install [Vcpkg](https://vcpkg.io) and install Minetest dependencies as stated in the compilation documentation.
For the packages to be discoverable and used by Visual Studio, you need to run `vcpkg integrate install`.