Changes between Version 2 and Version 3 of dev/LinuxGentoo
- Timestamp:
- Jul 2, 2005, 7:13:09 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxGentoo
v2 v3 2 2 3 3 == Gentoo == 4 The easy and fast Way: 5 1. go out and get the ebuild: source:/orxonox/trunk/scripts/gentoo#HEAD (download newest ebuild) 6 1. get to be root 7 {{{ 8 wraith root # su - 9 }}} 10 1. copy it to /usr/portage/games-action/orxonox (create directory) 11 1. 12 {{{ 13 wraith root # cd /usr/portage/games/action/orxonox 14 wraith root # ebuild orxonox-*.ebuild digest 15 wraith root # emerge orxonox 16 }}} 17 18 by now you should be able to play orxonox, and when you have a login and subversion, you will also be able to develop->read on. 4 19 5 20 === Installing the Libraries === 6 21 Install the following libraries: 7 22 * SDL main, media-libs/libsdl, web: [http://www.libsdl.org/index.php link] 8 * SDL image, media-libs/sdl-image, web: [http://www.libsdl.org/index.php link] 9 * SDL true type fonts, media-libs/sdl-ttf, web: [http://www.libsdl.org/index.php link] 10 * SDL mixer, media-libs/sdl-mixer, web: [http://www.libsdl.org/index.php link] 23 * SDL_image, media-libs/sdl-image, web: [http://www.libsdl.org/index.php link] 24 * SDL_(true type fonts), media-libs/sdl-ttf, web: [http://www.libsdl.org/index.php link] 11 25 12 26 Here are the explicit commands to enter: