From c72fb1bcfe75a3818309f791b3fbb08af65a96f0 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Tue, 31 Jan 2023 19:38:01 +0200 Subject: [PATCH] Added conan+mingw info to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c6995ddf..e56020618 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Platform support is constantly tested by continuous integration and CMake config * (optional) All platforms: [using Conan package manager to obtain prebuilt dependencies](docs/conan.md) * [On Linux](https://wiki.vcmi.eu/How_to_build_VCMI_(Linux)) + * [On Linux for Windows with Conan and mingw]( https://wiki.vcmi.eu/How_to_build_VCMI_(Linux/Cmake/Conan) * [On macOS](https://wiki.vcmi.eu/How_to_build_VCMI_(macOS)) * [On Windows using MSVC and Vcpkg](https://wiki.vcmi.eu/How_to_build_VCMI_(Windows/Vcpkg)) * [iOS on macOS](https://wiki.vcmi.eu/How_to_build_VCMI_(iOS))