Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of dev/LinuxGentoo


Ignore:
Timestamp:
Jul 2, 2005, 7:13:09 PM (19 years ago)
Author:
bensch
Comment:

the easy way, the gentoo way

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxGentoo

    v2 v3  
    22
    33== Gentoo ==
     4The 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{{{
     8wraith root # su -
     9}}}
     10  1. copy it to /usr/portage/games-action/orxonox (create directory)
     11  1.
     12{{{
     13wraith root # cd /usr/portage/games/action/orxonox
     14wraith root # ebuild orxonox-*.ebuild digest
     15wraith root # emerge orxonox
     16}}}
     17
     18by 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.
    419
    520=== Installing the Libraries ===
    621Install the following libraries:
    722 * 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]
    1125
    1226Here are the explicit commands to enter: