Skip to content
Snippets Groups Projects
Verified Commit 71bbefe1 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Make `make conan` more prominent.

For issue #37
parent abc8c471
No related branches found
No related tags found
1 merge request!35DOC: Make `make conan` more prominent.
Pipeline #19305 passed
Pipeline: caosdb-cppinttest

#19307

    # How to Develop and Use Libcaosdb
    # How to use and develop libcaosdb
    ## 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
    ......
    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