We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4517f0e commit 3031ab1Copy full SHA for 3031ab1
.travis/install.sh
@@ -6,7 +6,7 @@ set -x
6
if [[ "$(uname -s)" == 'Linux' ]]; then
7
# Also install -multilib to cross-compile from x86-64 to x86
8
# https://stackoverflow.com/questions/4643197/missing-include-bits-cconfig-h-when-cross-compiling-64-bit-program-on-32-bit
9
- sudo apt-get install gcc-${GCC_VERSION} g++-${GCC_VERSION} gcc-${GCC_VERSION}-multilib g++-${GCC_VERSION}-multilib
+ sudo apt-get install gcc-${GCC_VERSION} g++-${GCC_VERSION} gcc-${GCC_VERSION}-multilib g++-${GCC_VERSION}-multilib libudev-dev
10
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 60 --slave /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION}
11
sudo update-alternatives --config gcc
12
python3 --version
0 commit comments