Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 19 and Version 20 of dev/LinuxUbuntu


Ignore:
Timestamp:
Oct 28, 2007, 2:11:23 PM (17 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v19 v20  
    11= Ubuntu Linux =
     2''Last checked: 28. Oct. 2007 by [wiki:BenjaminKnecht Beni] on Ubuntu 7.10 (Gutsy Gibbon)''
    23
    34Using the "radeon" driver for your ATI graphics card will result in ugly shadow bugs with Ogre. Use the flgrx instead.
     5
     6== Dependencies and third party libs ==
     7=== CEGui ===
     8Using the CEGui package (libcegui) from Ubuntu results in runtime errors during the loading sequence of Ogre. Building CEGui by yourself with the right options solves the problem:
     9
     10 1. Download CEGui from the [http://www.cegui.org.uk/ official page]
     11 1. Unzip the package
     12{{{
     13tar xzf CEGUI-0.5.0b.tar.gz
     14}}}
     15 1. Enter the directory and configure CEGui with the following options
     16{{{
     17cd CEGUI-0.5.0/
     18./configure --with-default-xml-parser=TinyXMLParser --with-default-image-codec=TGAImageCodec
     19}}}
     20 1. Compile and install CEGui and you're ready to go
     21{{{
     22make
     23sudo make install
     24}}}
     25
    426
    527[[OutdatedPage]]