Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/INSTALL


Ignore:
Timestamp:
Mar 18, 2005, 11:52:15 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged trunk back to levelloader
merged with command:
svn merge -r 3499:HEAD trunk branches/levelloader

Conflicts in
C track_manager.h
C world_entities/player.cc
C world_entities/player.h
C world_entities/environment.h
C lib/coord/p_node.cc
C defs/debug.h
C track_manager.cc
C story_entities/campaign.h

solved in merge-favouring. It was quite easy because Chris only worked on the headers, and he didi it quite clean. Thats the spirit :)

Conflits in world.cc are a MESS: fix it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/INSTALL

    r1956 r3605  
     1
     2INSTALLATION INSTRUCTIONS FOR ORXONOX
     3=====================================
     4
     5INSTALLATION
     6============
     7
     8To make it quite easy for those of you who just want to install orxonox:
     9
     101. ./configure
     112. make
     123. make install
     13
     14(Further Information please see below at autoconf information)
     15
     16DEPENDENCIES
     17============
     18
     19There are some dependencies for orxonox you have to install:
     20
     211. SDL           (http://www.libsdl.org)
     222. OPENGL        (http://www.opengl.org)
     233. SDL_mixer     (http://www.libsdl.org/projects/SDL_mixer)
     244. SDL_image     (http://www.libsdl.org/projects/SDL_image)
     255. SDL_ttf       (http://www.libsdl.org/projects/SDL_ttf)
     26 a) needs libttf (http://www.freetype.org/)
     27
     28Nice to Have:
     296. Doxygen       (http://www.stack.nl/~dimitri/doxygen/)
     307. Automake      (http://www.gnu.org/software/automake/)
     318. Autoconf      (http://www.gnu.org/software/autoconf/)
     32
     33Windows Users also need the following:
     349. mingw         (http://mingw.org/)
     35
     36
     37BUGS
     38====
     39Send bug reports to orxonox-dev@mail.datacore.ch
     40
     41ORXONOX->
     42##########################################################
     43                                                <-AUTOCONF
     44
     45
     46
    147Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
    248Foundation, Inc.
Note: See TracChangeset for help on using the changeset viewer.