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
71bbefe1
Verified
Commit
71bbefe1
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Make `make conan` more prominent.
For issue
#37
parent
abc8c471
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!35
DOC: Make `make conan` more prominent.
Pipeline
#19305
passed
3 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-cppinttest
#19307
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/README_SETUP.md
+12
-7
12 additions, 7 deletions
doc/README_SETUP.md
with
12 additions
and
7 deletions
doc/README_SETUP.md
+
12
−
7
View file @
71bbefe1
# How to
Develop and Use L
ibcaosdb
# How to
use and develop l
ibcaosdb
## Dependencies
...
...
@@ -6,6 +6,17 @@
## Build
### Building with `make` ##
Make sure that the dependencies (see above) are fulfilled. On systems which have
`make`
installed,
type this in your command line terminal:
```
console
make conan
```
### Manual build ##
We use
[
cmake
](
https://cmake.org
)
as build tool, with Conan as package manager.
The compiler must support the C++17 standard.
...
...
@@ -66,12 +77,6 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool.
fix this in the next release. See
[
#34
](
https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib/-/issues/34
)
### Creating a local Conan package ##
Building and installing libcaosdb with Conan is just a single command:
`make conan`
For MacOS, you probably should adjust the option as mentioned above.
### Troubleshooting
#### `conan install` fails due to missing prebuilts
...
...
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