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
28ee3480
Verified
Commit
28ee3480
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: some additional docs for building
parent
0f81bb27
No related branches found
No related tags found
No related merge requests found
Pipeline
#9633
passed
3 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-cppinttest
#9634
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+8
-7
8 additions, 7 deletions
README_SETUP.md
with
8 additions
and
7 deletions
README_SETUP.md
+
8
−
7
View file @
28ee3480
...
...
@@ -12,9 +12,9 @@ We use [cmake](https://cmake.org) as build tool.
#### protobufConfig.cmake not found
If you encounter something like
`
P
protobufConfig.cmake`
when doing
`cmake ..`
your system doesn't have the gRPC library installed at all
or your installation doesn't have the required
`
P
rotobufConfig.cmake`
If you encounter something like
`protobufConfig.cmake
not found
`
when doing
`cmake
-B .
..`
your system doesn't have the gRPC library installed at all
or your installation doesn't have the required
`
p
rotobufConfig.cmake`
file. In this case you can install grpcc manually by cloning the
repository and its submodules nad building it from the sources:
...
...
@@ -55,8 +55,8 @@ make -j3
make
install
```
As above, it may make sens to specify a
`CMAKE_INSTALL_PREFIX`
in
order to not interfere with system-wide installations.
As above, it may make sens
e
to specify a
`CMAKE_INSTALL_PREFIX`
in
order to not interfere with system-wide installations.
You may have to repeat this for other submodules that haven't been
installed correctly by
`make install`
of
`grpc`
.
...
...
@@ -81,7 +81,7 @@ Depending on your gtest installation, there may be warnings treated as
errors during the above build command, e.g., a
`-Werror=maybe-uninitialized`
in
`caosdb-cpplib-new/build/_deps/googletest-src/googletest/src/gtest-death-test.cc`
. In
that case, sup
r
ress the corresponding warning by adding
that case, sup
p
ress the corresponding warning by adding
`-DCMAKE_CXX_FLAGS="-Wno-maybe-uninitialized"`
to the cmake command in 2.
### Framework
...
...
@@ -105,7 +105,8 @@ The coverage report can be viewed in a browser by opening
## Code Formatting
*
`clang-format -i --verbose **/*.cpp **/*.h`
*
install clang-format on your system.
*
`clang-format -i --verbose $(find test/ src/ include/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in")`
## Documentation
...
...
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