mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
968 B
968 B
Prerequisites
In order to compile Magpie, you need to first install:
-
The latest version of Visual Studio 2022. You need to install both "Desktop development with C++" and "Universal Windows Platform development" workloads and Windows SDK build 22621 or newer.
-
You can also use the built-in CMake of Visual Studio, which is located at
%ProgramFiles%\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin. -
Python 3.11+
-
pip install conanMake sure that the above dependencies have been added to the system path, and use the following commands to check:
cmake --version python --version conan --version
Compile
-
Clone the repo
git clone https://github.com/Blinue/Magpie -
Open the Magpie.sln in the root directory and build the solution.