From 59d4d1eb5739ab5a436bbbe04df5ed263baf0a09 Mon Sep 17 00:00:00 2001 From: Dennis Potman Date: Thu, 6 Feb 2020 12:36:14 +0100 Subject: [PATCH] Processed review comments: fixed Bincrafters repo name in readme and changed suggested local name for repo Signed-off-by: Dennis Potman --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7742ed5..6a85ddb 100644 --- a/README.md +++ b/README.md @@ -106,13 +106,14 @@ the CI build infrastructure also uses. In that case, install Conan and do: in the build directory prior to running cmake. -The CUnit Conan package is hosted in the [Bintray repository](https://bintray.com/bincrafters/public-conan). -In case this repository was not added to your Conan remotes list yet (and the above mentioned install -command failed because it could not find the CUnit package), you can add the Bintray repository by: +The CUnit Conan package is hosted in the +[Bincrafters Bintray repository](https://bintray.com/bincrafters/public-conan). In case this repository +was not added to your Conan remotes list yet (and the above mentioned install command failed because it +could not find the CUnit package), you can add the Bintray repository by: $ conan remote add https://api.bintray.com/conan/bincrafters/public-conan -Replace ```` with a name that identifies the repository (e.g. my-conan-bintray). +Replace ```` with a name that identifies the repository (e.g. ``bincrafters``). For Windows, depending on the generator, you might also need to add switches to select the architecture and build type, e.g., ``conan install -s arch=x86_64 -s build_type=Debug ..`` This will automatically