Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add curl

...

Code Block
languagebash
titleUbuntu trusty
sudo apt-get install build-essential curl ccache debhelper git-core git-doc flex graphviz bison libudev-dev libusb-1.0-0-dev libsdl1.2-dev python libopenscenegraph-dev qt56-meta-minimal qt56svg qt56script qt56serialport qt56multimedia qt56translations qt56tools qt56quickcontrols libosgearth-dev openscenegraph-plugin-osgearth
Code Block
languagebash
titleDebian and Ubuntu xenial or newer
sudo apt-get install build-essential curl ccache debhelper git-core git-doc flex graphviz bison libudev-dev libusb-1.0-0-dev libsdl1.2-dev python libopenscenegraph-dev qt5-default qttools5-dev-tools libqt5svg5-dev qtdeclarative5-dev qml-module-qtquick-controls libqt5serialport5-dev qtmultimedia5-dev qtscript5-dev libqt5opengl5-dev qml-module-qtquick-controls qml-module-qtquick-dialogs qml-module-qtquick-xmllistmodel qml-module-qtquick-localstorage qml-module-qtquick-particles2 qml-module-qtquick-window2 qml-module-qtquick2 libosgearth-dev openscenegraph-plugin-osgearth
Code Block
languagebash
titleFedora
sudo dnf install curl libusbx-devel libGL-devel qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtmultimedia-devel qt5-qtquick1-devel qt5-qtscript-devel qt5-qtserialport-devel qt5-qtsvg-devel qt5-qttools-devel qt5-qttranslations OpenSceneGraph-devel dwz pkgconfig python osgearth-devel
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

...