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
Checking pipeline status
...@@ -51,15 +51,17 @@ If you want to build or install libcaosdb without the use of Conan, feel ...@@ -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 free to rewrite the CMakeLists.txt as needed. The CaosDB project is open
to merge requests which support multiple ways of installation. 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 Next to Conan, you also have the option to use the vcpkg package manager to install the
a submodule in the project. To install the dependencies, run the following commands: 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 .. code:: console
./vcpkg/bootstrap-vcpkg.<sh/bat> ./vcpkg/bootstrap-vcpkg.<sh/bat> -disableMetrics
vcpkg/vcpkg install vcpkg/vcpkg install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment