From 380bdf9df191e252efac9523d649efd8eba22b7c Mon Sep 17 00:00:00 2001 From: Curve Date: Wed, 25 Oct 2023 17:27:47 +0200 Subject: [PATCH] docs: mention pre-builts --- docs/getting-started/installation.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. +