./bootstrap-orbit.sh Fails with Ubuntu 18.04 system version of CMake #4434
Unanswered
SoftwareApe
asked this question in
Q&A
Replies: 1 comment
-
Using a downloaded version of CMake I found you can set the env variable to CONAN_CMAKE_PROGRAM to that binary and then the build process continues. Additionally I needed to install gcc-9 which is not in the normal repos. sudo -E add-apt-repository ppa:ubuntu-toolchain-r/test # The -E just keeps your env variables, in case you need an http_proxy
sudo apt update
sudo apt install gcc-9 g++-9 However now it fails on the QtFontMetrics |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting an error trying to install orbit. It says I need CMake 3.12 but the system CMake is 3.10.2. On Ubuntu 18.04 this is the only version of CMake available.
Is it possible to use CMake from conan?
Beta Was this translation helpful? Give feedback.
All reactions