mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
8 lines
499 B
Markdown
8 lines
499 B
Markdown
|
# [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`.
|