Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: osg needs cmake

...

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
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

...