Skip to content
Snippets Groups Projects
Commit c92a8730 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

DOC: Clarify that vcpkg is optional and unsupported

parent 5aa99eca
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!53Add vcpkg support
Pipeline #54277 passed
Pipeline: caosdb-julialib

#54286

    Pipeline: CaosDB Octave library

    #54285

      Pipeline: caosdb-cppinttest

      #54281

        ......@@ -51,15 +51,17 @@ If you want to build or install libcaosdb without the use of Conan, feel
        free to rewrite the CMakeLists.txt as needed. The CaosDB project is open
        to merge requests which support multiple ways of installation.
        Building with ``vcpkg``
        ~~~~~~~~~~~~~~~~~~~~~~~
        Optional: Building with ``vcpkg``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Instead of Conan, you can use the vcpkg package manager to install the dependencies (`vcpkg.json`). It's included as
        a submodule in the project. To install the dependencies, run the following commands:
        Next to Conan, you also have the option to use the vcpkg package manager to install the
        dependencies (`vcpkg.json`). Note, however, *vcpkg is not fully supported and tested*. It's
        included as a submodule in the project. To install the dependencies, run the following
        commands:
        .. code:: console
        ./vcpkg/bootstrap-vcpkg.<sh/bat>
        ./vcpkg/bootstrap-vcpkg.<sh/bat> -disableMetrics
        vcpkg/vcpkg install
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment