From f1d1f3e0604f44f8ad1a5ec3f261aec5b73daf80 Mon Sep 17 00:00:00 2001 From: Curve Date: Wed, 25 Oct 2023 23:10:25 +0200 Subject: [PATCH] refactor(installation): remove vcpkg --- docs/getting-started/installation.mdx | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index a799004..a4b5dc7 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -35,28 +35,6 @@ Now you can simply link your project against saucer. ```cmake target_link_libraries(${PROJECT_NAME} [PRIVATE|PUBLIC] saucer::saucer) -``` - - - - -:::info -Eventhough an offical vcpkg port exists, I would still recommend using CMake. -::: - -Saucer also has an official [vcpkg](https://github.com/microsoft/vcpkg) port. -To consume saucer simply run the following command. - -```bash title="Normal Installation" -$ vcpkg install saucer -``` - -:::note -Linux users are currently required to explicitly specify the `x64-linux-dynamic` triplet when installing the port due to some vcpkg restrictions. -::: - -```bash title="Installation with custom triplet (Linux only)" -$ vcpkg install saucer:x64-linux-dynamic ``` @@ -67,7 +45,7 @@ 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. +In case you are using 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.