Skip to content
Snippets Groups Projects
Verified Commit eb302fd7 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'f-extern-c' of gitlab.indiscale.com:caosdb/src/caosdb-cpplib into f-extern-c

parents fdfc5367 44d597e7
No related branches found
No related tags found
1 merge request!1Minimal c interface
Pipeline #10499 failed
Pipeline: caosdb-cppinttest

#10500

    This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
    ...@@ -9,6 +9,26 @@ We use [cmake](https://cmake.org) as build tool. ...@@ -9,6 +9,26 @@ We use [cmake](https://cmake.org) as build tool.
    3. `cmake -B . ..` 3. `cmake -B . ..`
    4. `cmake --build .` 4. `cmake --build .`
    You may also want to install libcaosdb system-wide to
    `CMAKE_INSTALL_PREFIX/lib` by
    5. `cmake --install .`
    The default install prefix is `~/.local`. It can be set by adding
    `-DCMAKE_INSTALL_PREFIX=/path/to/install/prefix` to the first cmake
    command (3.).
    ### How to build on MacOS
    Instead of the above conan command (2.) use
    2. `conan install .. -s "cppstd=11"`
    and continue as you would when building on a Linux system. You may
    have to add `build/lib/` (or, alternatively after installation,
    `CMAKE_INSTALL_PREFIX/lib`) to your `DYLD_LIBRARY_PATH` environmental
    variable.
    ## Unit Tests ## Unit Tests
    ### Build ### Build
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment