Changes between Version 21 and Version 22 of dev/LinuxUbuntu
- Timestamp:
- Dec 3, 2007, 3:44:16 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v21 v22 30 30 === Graphics === 31 31 Using the "radeon" driver with your ATI graphics card will result in ugly shadow bugs in Ogre. Use flgrx instead. 32 33 === Building === 34 If you get the error message 35 {{{ 36 configure: error: C++ compiler cannot create executables 37 }}} 38 install the build-essential package: 39 {{{ 40 aptitude install build-essential 41 }}} 42 43 32 44 33 45 [[OutdatedPage]]