Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
c92a8730
Commit
c92a8730
authored
7 months ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Clarify that vcpkg is optional and unsupported
parent
5aa99eca
No related branches found
No related tags found
2 merge requests
!61
Release 0.3.0
,
!53
Add vcpkg support
Pipeline
#54277
passed
7 months ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-julialib
#54286
Pipeline: CaosDB Octave library
#54285
Pipeline: caosdb-cppinttest
#54281
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Install_develop.rst
+7
-5
7 additions, 5 deletions
doc/Install_develop.rst
with
7 additions
and
5 deletions
doc/Install_develop.rst
+
7
−
5
View file @
c92a8730
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment