Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 28 and Version 29 of dev/LinuxUbuntu


Ignore:
Timestamp:
Feb 13, 2008, 10:00:48 PM (16 years ago)
Author:
wenners
Comment:

cleanup

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v28 v29  
    1414To install use the following command
    1515{{{
    16   $ sudo apt-get install cmake libogre14-dev libcegui-mk2-1-dev libois-dev libnet1-dev libboost-thread-dev
     16  $ sudo aptitude install build-essential cmake libogre14-dev libcegui-mk2-1-dev libois-dev libnet1-dev libboost-thread-dev
    1717}}}
    18 Download those with your favorite package manager.
    1918
    2019=== CEGui ===
     
    6362=== Graphics ===
    6463Using the "radeon" driver with your ATI graphics card will result in ugly shadow bugs in Ogre. Use flgrx instead.
    65 
    66 === Building ===
    67 If you get the error message
    68 {{{
    69 configure: error: C++ compiler cannot create executables
    70 }}}
    71 install the build-essential package:
    72 {{{
    73 aptitude install build-essential
    74 }}}
    7564
    7665-----