From d255f5ed121764e30e9ecb74aeaeeb4667077a68 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 16 Aug 2021 10:34:17 +0200 Subject: [PATCH] DOC: Use Makefile instead of manual conan command. --- README_SETUP.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README_SETUP.md b/README_SETUP.md index aaf0e16..6417625 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -50,8 +50,7 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool. ### Creating a Local Conan Build ## -Building and installing libcaosdb with Conan is just a single command: -`conan create . -s "compiler.libcxx=libstdc++11"` +Building and installing libcaosdb with Conan is just a single command: `make conan-install` For MacOS, you probably should adjust the option as mentioned above. -- GitLab