Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added osg* dependencies

...

Code Block
languagepowershell
themeEmacs
sudo apt-get install build-essential \
curl \
gdb \
wget \
debhelper \
p7zip-full \
unzip \
flex \
bison \
libsdl1.2-dev \
libudev-dev \
libusb-1.0-0-dev \
git-coreĀ \
git-docĀ \
gitk \
ccache \
cmake \
libzip-dev \
libpng-dev \
libjpeg-dev \
libtiff5-dev \
libcurl4-openssl-dev \
libgeos++-dev \
libgdal-dev
Warning

For x86_64 architecture you still need libc6 32bits compatible for ARM toolchain use or it fails silently!

Code Block
languagepowershell
themeEmacs
sudo apt-get install libc6-i386

...