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
5aeaf5d6
Verified
Commit
5aeaf5d6
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update README_SETUP
parent
7bca36c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
ENH: Allow insertion and deletion of single entities
Pipeline
#10887
passed
3 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-cppinttest
#10890
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+11
-1
11 additions, 1 deletion
README_SETUP.md
with
11 additions
and
1 deletion
README_SETUP.md
+
11
−
1
View file @
5aeaf5d6
...
@@ -48,13 +48,23 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool.
...
@@ -48,13 +48,23 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool.
and build the project. (You can open Tools/Command Line/Developer Command
and build the project. (You can open Tools/Command Line/Developer Command
Prompt and execute
`msbuild libcaosdb.sln /property:Configuration=Release`
)
Prompt and execute
`msbuild libcaosdb.sln /property:Configuration=Release`
)
## Creating a Local Conan Build ##
##
#
Creating a Local Conan Build ##
Building and installing libcaosdb with Conan is just a single command:
Building and installing libcaosdb with Conan is just a single command:
`conan create . -s "compiler.libcxx=libstdc++11"`
`conan create . -s "compiler.libcxx=libstdc++11"`
For MacOS, you probably should adjust the option as mentioned above.
For MacOS, you probably should adjust the option as mentioned above.
### Troubleshooting
#### `conan install` Fails Due to Missing Prebuilts
When
`conan install`
fails during the installation of the dependencies because
a precompiled package is not available for your specific settings, try adding
the
`--build=missing`
option:
`conan install .. [ other options
] --build=missing`
. This should download and compile the sources of the
dependencies.
## Unit Tests
## Unit Tests
### Build
### Build
...
...
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