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