Changes between Version 28 and Version 29 of dev/LinuxUbuntu
- Timestamp:
- Feb 13, 2008, 10:00:48 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v28 v29 14 14 To install use the following command 15 15 {{{ 16 $ sudo apt -get install cmake libogre14-dev libcegui-mk2-1-dev libois-dev libnet1-dev libboost-thread-dev16 $ sudo aptitude install build-essential cmake libogre14-dev libcegui-mk2-1-dev libois-dev libnet1-dev libboost-thread-dev 17 17 }}} 18 Download those with your favorite package manager.19 18 20 19 === CEGui === … … 63 62 === Graphics === 64 63 Using 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 message68 {{{69 configure: error: C++ compiler cannot create executables70 }}}71 install the build-essential package:72 {{{73 aptitude install build-essential74 }}}75 64 76 65 -----