Skip to content
Snippets Groups Projects
Commit 8c8842af authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: added troubleshooting

parent ffc87874
No related branches found
No related tags found
No related merge requests found
Pipeline #12040 passed
Pipeline: caosdb-cppinttest

#12042

    ......@@ -48,7 +48,7 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool.
    and build the project. (You can open Tools/Command Line/Developer Command
    Prompt and execute `msbuild libcaosdb.sln /property:Configuration=Release`)
    ### Creating a Local Conan Build ##
    ### Creating a Local Conan Package ##
    Building and installing libcaosdb with Conan is just a single command:
    `conan create . -s "compiler.libcxx=libstdc++11"`
    ......@@ -65,6 +65,10 @@ the `--build=missing` option: `conan install .. [ other options
    ] --build=missing`. This should download and compile the sources of the
    dependencies.
    #### cmake fails when using the Debug flag
    Depending on the clang version it might be necessary to use additionally the following flag:
    `-DCMAKE_CXX_FLAGS="-Wno-unused-parameter"`
    ## Unit Tests
    ### 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