diff --git a/README.md b/README.md index e693020bde65e449f480baaff9645f6b4cc4f3c2..12fa65dfbbbf8752c6396f4268ba179d9f7fc8e3 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,17 @@ conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-co conan remote add conan-transit https://api.bintray.com/conan/conan/conan-transit ``` +If you experience any conan.cmake errors like `Conan install failed='1'`, cd +into the directory of the project which causes the errors and try to install +the packages directly with the conan cli: +```bash +mkdir conan_build && cd conan_build +conan install .. +``` +This will give you a more verbose error message like +`ERROR: Unable to find 'scigl_render/0.6@tuebel/testing' in remotes` which means +you probably forgot to add a repository from above. + ## [visp](https://visp.inria.fr/install/) Needed for handy-eye-calibration install via: ```bash