Processed review comments: fixed Bincrafters repo name in readme and changed suggested local name for repo
Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
This commit is contained in:
parent
e4069d79ca
commit
59d4d1eb57
1 changed files with 5 additions and 4 deletions
|
@ -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 <REMOTE> https://api.bintray.com/conan/bincrafters/public-conan
|
||||
|
||||
Replace ``<REMOTE>`` with a name that identifies the repository (e.g. my-conan-bintray).
|
||||
Replace ``<REMOTE>`` 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue