Skip to content
Snippets Groups Projects
Unverified Commit 0f4ba03f authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

[web] Added note about installing system packages via Conan.

parent b2f59c56
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,22 @@ In `~/.conan/settings.yml` it is defined which compiler versions are supported b ...@@ -43,6 +43,22 @@ In `~/.conan/settings.yml` it is defined which compiler versions are supported b
See also: http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting See also: http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting
### ERROR: Error in system requirements
When your `cmake`-run output looks similar to this:
```
$ cmake ..
...
Running: sudo -A yum update -y
sudo: no askpass program specified, try setting SUDO_ASKPASS
...
ERROR: Error in system requirements
...
```
Please run `sudo -v` before your `cmake`-command. This will ask you for your password to let Conan install some system packages during the `cmake`-run.
## Something went wrong during building ## Something went wrong during building
On Ubuntu always use the system default gcc version! Otherwise if you use a newer compiler On Ubuntu always use the system default gcc version! Otherwise if you use a newer compiler
......
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