Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: qt5-quick1 is now only in AUR on Arch.

...

Code Block
languagebash
titleArch Linux
sudo pacman -S --needed base-devel curl libusb qt5-multimedia qt5-quickcontrols qt5-serialport qt5-svg sdl python2 qt5-quick1 qt5-tools openscenegraph
# install osgearth from the AUR
yaourt -Sa --needed osgearth qt5-quick1


Warning

For x86_64 architecture you still need 32bit glibc for ARM toolchain use or it fails silently!

Code Block
languagebash
titleDebian or Ubuntu
sudo apt-get install libc6-i386


Code Block
languagebash
titleFedora
sudo dnf install glibc.i686


Code Block
languagebash
titleArch Linux
sudo pacman -S --needed lib32-glibc


...