Testing repo for matchmaking servers
- Install Visual Studio (for Windows MSVC) or GCC on Linux
- Install CMake on your machine (Add to PATH)
- Install Python for Conan
conan install . -pr .\.conan\window_msvc_debug --build=missing
-- Pull deps from conan-pr .\.conan\window_msvc_debug
- Select profile to use for building--build=missing
- build missingcmake --preset --conan-default
cmake --preset conan-release
-- maccmake --build --preset --conan-debug
- conan install (as above with release profile)
cmake --preset conan-default
- Can be appended with
-DCMAKE_CONFIGURATION_TYPES=Debug
for Windows VS debug builds
- Can be appended with
cmake --build --preset conan-release
cpack --config .\build\CPackConfig.cmake