Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 92 and Version 93 of dev/LinuxUbuntu


Ignore:
Timestamp:
Nov 11, 2013, 11:01:00 AM (10 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v92 v93  
    1919|| - || Oneiric Ocelot (11.10) || r8891 || [wiki:Jo Johannes Ritz] || 18.10.2011 || success || - ||
    2020|| - || Precise Pangolin (12.04) || r9350 || [wiki:Jo Johannes Ritz] || 04.10.2012 || success || - ||
     21|| - || Saucy Salamander (13.10) || r9764 || [wiki:BenjaminKnecht Benjamin Knecht] || 11.11.2013 || success || Nvidia 304.88 ||
    2122
    2223== Dependencies ==
     
    2930}}}
    3031
     32In '''Ubuntu 13.10''' make sure to use `libogre-1.8-dev` instead of `libogre-dev` otherwise you need old versions of the Boost library. When using OGRE 1.8 be sure to apply the bug fix below.
     33
    3134== Ubuntu 12.04 - Workaround ==
    3235 * Remove the packages "libcegui-mk2-0.7.5" and "libcegui-mk2-dev (0.7.5-8)". E.g. via Synaptic.
    3336 * Download the old versions of both packages: libcegui-mk2-1 [[http://old-releases.ubuntu.com/ubuntu/pool/universe/c/cegui-mk2/libcegui-mk2-1_0.6.2-5.1_i386.deb i386]|[http://old-releases.ubuntu.com/ubuntu/pool/universe/c/cegui-mk2/libcegui-mk2-1_0.6.2-5.1_amd64.deb amd64]] and libcegui-mk2-dev [[http://old-releases.ubuntu.com/ubuntu/pool/universe/c/cegui-mk2/libcegui-mk2-dev_0.6.2-5.1_i386.deb i386]|[http://old-releases.ubuntu.com/ubuntu/pool/universe/c/cegui-mk2/libcegui-mk2-dev_0.6.2-5.1_amd64.deb amd64]] (If this doesn't work write to [wiki:BenjaminKnecht Beni] about it).
    34  * Protect the old packages from being updated automatically. Open Synaptic. Search for the packages. Select a package and click on "Package" and the item "Lock Version". Do the same with the other package.
     37 * Protect the old packages from being updated automatically. Open Synaptic. Search for the packages. Select a package and click on "Package" and the item "Lock Version". Do the same with the other package.
     38
     39== Ubuntu 13.10 (Saucy Salamander) - Plugin Directory Bug Fix ==
     40There is currently [https://bugs.launchpad.net/ubuntu/+source/ogre-1.8/+bug/1244592 a bug with the libogre-1.8 package in Ubuntu 13.10] where the plugin directory is wrongly named and our CMake script can't find the plugin libraries. To fix this you can do the following:
     41
     42{{{
     43$ sudo ln -sf OGRE-1.8.0 OGRE-1.8.1
     44}}}
     45
     46This creates a link from the correct directory name to wrong one and CMake will follow the link when searching for the plugin libraries. In case the bug will be fixed later on you might need to delete the link.
    3547
    3648== Building ==