Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 89 and Version 90 of dev/LinuxUbuntu


Ignore:
Timestamp:
Oct 4, 2012, 11:44:38 PM (12 years ago)
Author:
jo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v89 v90  
    1818|| Lenovo W500 || Natty Narwhale (11.04) || r8412 || [wiki:DamianFrick Damian Frick] || 07.05.2011 || success || - ||
    1919|| - || Oneiric Ocelot (11.10) || r8891 || [wiki:Jo Johannes Ritz] || 18.10.2011 || success || - ||
    20 || - || Precise Pangolin (12.04) || r8891 || [wiki:Jo Johannes Ritz] || 04.10.2012 || success || - ||
     20|| - || Precise Pangolin (12.04) || r9350 || [wiki:Jo Johannes Ritz] || 04.10.2012 || success || - ||
    2121
    2222== Dependencies ==
     
    2929}}}
    3030
     31== Ubuntu 12.04 - Workaround ==
     32 * Remove the packages "libcegui-mk2-0.7.5" and "libcegui-mk2-dev (0.7.5-8)". E.g. via Synaptic.
     33 * Download the old versions of both packages: via http://packages.ubuntu.com/oneiric/libcegui-mk2-1 and http://packages.ubuntu.com/oneiric/libcegui-mk2-dev .
     34 * Install the old packages via right clicking on the first one and opening it with the Ubuntu Software Center and installing it. Proceed with the next package on the same way.
     35
    3136== Building ==
    3237Now follow the steps described on the [wiki:LinuxSource building] page.
     
    3641== Development with your favorite IDE ==
    3742CMake can create project files for [wiki:KDevelop3 KDevelop], [wiki:EclipseIDE Eclipse] or [wiki:CMake#UsingCMakegeneratedprojectfiles Code::Blocks] for coding. Click the links for further information.
    38 
    39 == Ubuntu 12.04 - Workaround ==
    40  * Remove the packages "libcegui-mk2-0.7.5" and "libcegui-mk2-dev (0.7.5-8)". E.g. via Synaptic.
    41  * Download the old versions of both packages: via http://packages.ubuntu.com/oneiric/libcegui-mk2-1 and http://packages.ubuntu.com/oneiric/libcegui-mk2-dev .
    42  * Install the old packages via right clicking on the first one and opening it with the Ubuntu Software Center and installing it. Proceed with the next package on the same way. Now you're ready to build Orxonox.