diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 5e4fe10..a799004 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -59,5 +59,17 @@ Linux users are currently required to explicitly specify the `x64-linux-dynamic` $ vcpkg install saucer:x64-linux-dynamic ``` + + + +:::warning +This method is strongly discouraged, please consider using CMake instead! +::: + +The [GitHub workflows](https://github.com/saucer/saucer/actions/workflows/build.yml) automatically produce a pre-built artifact for Windows. +In case you need a more recent build than available in vcpkg and use Visual Studio without CMake you may consider using this. + +Please note however, that this method is **not** officially supported so please **do not ask for support** on this matter. +