trisquel.sh 380 B

1234567891011
  1. echo "Doing an apt pinning for Ogre 1.8"
  2. echo "Package: *
  3. Pin: release a=stable
  4. Pin-Priority:101" > /etc/apt/preferences.d/debian.pref
  5. echo "deb http://ftp.ro.debian.org/debian/ wheezy main" >> /etc/apt/sources.list
  6. apt-get update
  7. apt-get install debian-archive-keyring
  8. apt-get install libogre-1.8 libogre-1.8-dev g++ automake build-essential libboost-system1.49-dev libois-dev