Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3555 in orxonox.OLD


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

orxonox/trunk: ChangeLog/INSTALL reniced.

Location:
orxonox/trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/ChangeLog

    r1956 r3555  
     12005-03-15      Patrick Boenzli <patrick@orxonox.ethz.ch>
     2        parenting finished
     3
     42005-03-09      Patrick Boenzli <patrick@orxonox.ethz.ch>
     5        Big Cleanup again
     6       
     72005-03-01      Benjamin Grauer <bensch@orxonox.ethz.ch>
     8        Added Light Class
     9       
     102005-02-27      Benjamin Grauer <bensch@orxonox.ethz.ch>
     11        Big Configure.ac-cleanup
     12
     132005-02-22      David Gruetter <davgr@gmx.ch>
     14        Added Skysphere
     15       
     162005-01-07      Patrick Boenzli <patrick@orxonox.ethz.ch>
     17        LoadScreen implemented
     18       
     192004-12-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
     20        New Version out 0.2.1-pre-alpha
     21       
     222004-12-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
     23        HEAVY cleanup of the framework
     24
     252004-12-18      Patrick Boenzli <patrick@orxonox.ethz.ch>
     26        enhanced the Command Node
     27
     282004-12-15      Nico Benold <bernoldn@ee.ethz.ch>
     29        OS X support
     30       
     312004-12-15      Benjamin Grauer <bensch@orxonox.ethz.ch>
     32        Defined standard coding rules
     33
     342004-12-15      Benjamin Grauer <bensch@orxonox.ethz.ch>
     35        Added Importer for showing 3D Object.
     36
     372004-11-07      David Gruetter <davgr@gmx.ch>
     38        Shaded Terrain
     39       
     402004-10-23      Adrian Buerli <buerlia@ee.ethz.ch>
     41        Dynamic Mountains, dynamic movement.
     42       
     432004-10-18      Patrick Boenzli <patrick@orxonox.ethz.ch>
     44        Release 0.1-pre-alpha
     45
     462004-07-17      Christian Meyer <cmeyer@ee.ethz.ch>
     47        SDL-Framework
     48       
     492004-06-09      Tom of ethz
     50        Added endless Mountains
     51
     522004-06-02      Benjamin Grauer <bensch@orxonox.ethz.ch>
     53        Added Console
     54       
     552004-05-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
     56        Added the ability to shoot
     57
     582004-05-05      Benjamin Grauer <bensch@orxonox.ethz.ch>
     59        Added the GUI.
     60
     612004-04-21      Patrik Boenzli <patrick@orxonox.ethz.ch>
     62        Added Makefile to orxonox
     63
     642004-04-25      Amir Guindehi <amir@guindehi.ch>
     65        Created Project Orxonox
     66       
     67
     68       
  • orxonox/trunk/INSTALL

    r1956 r3555  
     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.
  • orxonox/trunk/src/INSTALL

    r1956 r3555  
    33=====================================
    44
    5 Installing an using orx is very simple: Just type:
     5INSTALLATION
     6============
    67
    7 cd ../orxonox/trunk
    8 ./configure
    9 make
    10 ./bin/orxonox
     8To make it quite easy for those of you who just want to install orxonox:
     9
     101. ./configure
     112. make
     123. make install
     13
     14DEPENDENCIES
     15============
     16
     17There are some dependencies for orxonox you have to install:
     18
     191. SDL           (http://www.libsdl.org)
     202. OPENGL        (http://www.opengl.org)
     213. SDL_mixer     (http://www.libsdl.org/projects/SDL_mixer)
     224. SDL_image     (http://www.libsdl.org/projects/SDL_image)
     235. SDL_ttf       (http://www.libsdl.org/projects/SDL_ttf)
     24 a) needs libttf (http://www.freetype.org/)
     25
     26Nice to Have:
     276. Doxygen       (http://www.stack.nl/~dimitri/doxygen/)
     287. Automake      (http://www.gnu.org/software/automake/)
     298. Autoconf      (http://www.gnu.org/software/autoconf/)
     30
     31Windows Users also need the following:
     329. mingw         (http://mingw.org/)
    1133
    1234
  • orxonox/trunk/src/Makefile.in

    r3549 r3555  
    319319          esac; \
    320320        done; \
    321         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
     321        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
    322322        cd $(top_srcdir) && \
    323           $(AUTOMAKE) --gnu  src/Makefile
     323          $(AUTOMAKE) --foreign  src/Makefile
    324324.PRECIOUS: Makefile
    325325Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/Makefile.in

    r3528 r3555  
    181181          esac; \
    182182        done; \
    183         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
     183        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
    184184        cd $(top_srcdir) && \
    185           $(AUTOMAKE) --gnu  src/lib/Makefile
     185          $(AUTOMAKE) --foreign  src/lib/Makefile
    186186.PRECIOUS: Makefile
    187187Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/graphics/Makefile.in

    r3528 r3555  
    175175          esac; \
    176176        done; \
    177         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/Makefile'; \
     177        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/graphics/Makefile'; \
    178178        cd $(top_srcdir) && \
    179           $(AUTOMAKE) --gnu  src/lib/graphics/Makefile
     179          $(AUTOMAKE) --foreign  src/lib/graphics/Makefile
    180180.PRECIOUS: Makefile
    181181Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/graphics/importer/Makefile.in

    r3528 r3555  
    215215          esac; \
    216216        done; \
    217         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile'; \
     217        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/graphics/importer/Makefile'; \
    218218        cd $(top_srcdir) && \
    219           $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile
     219          $(AUTOMAKE) --foreign  src/lib/graphics/importer/Makefile
    220220.PRECIOUS: Makefile
    221221Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/gui/Makefile.in

    r3528 r3555  
    177177          esac; \
    178178        done; \
    179         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
     179        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
    180180        cd $(top_srcdir) && \
    181           $(AUTOMAKE) --gnu  src/lib/gui/Makefile
     181          $(AUTOMAKE) --foreign  src/lib/gui/Makefile
    182182.PRECIOUS: Makefile
    183183Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/gui/console/Makefile.in

    r3528 r3555  
    203203          esac; \
    204204        done; \
    205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/console/Makefile'; \
     205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/console/Makefile'; \
    206206        cd $(top_srcdir) && \
    207           $(AUTOMAKE) --gnu  src/lib/gui/console/Makefile
     207          $(AUTOMAKE) --foreign  src/lib/gui/console/Makefile
    208208.PRECIOUS: Makefile
    209209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/gui/gui/Makefile.in

    r3528 r3555  
    236236          esac; \
    237237        done; \
    238         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/gui/Makefile'; \
     238        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/gui/Makefile'; \
    239239        cd $(top_srcdir) && \
    240           $(AUTOMAKE) --gnu  src/lib/gui/gui/Makefile
     240          $(AUTOMAKE) --foreign  src/lib/gui/gui/Makefile
    241241.PRECIOUS: Makefile
    242242Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/Makefile.in

    r3549 r3555  
    175175          esac; \
    176176        done; \
    177         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
     177        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
    178178        cd $(top_srcdir) && \
    179           $(AUTOMAKE) --gnu  src/subprojects/Makefile
     179          $(AUTOMAKE) --foreign  src/subprojects/Makefile
    180180.PRECIOUS: Makefile
    181181Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/testmain/Makefile.in

    r3549 r3555  
    195195          esac; \
    196196        done; \
    197         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile'; \
     197        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile'; \
    198198        cd $(top_srcdir) && \
    199           $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile
     199          $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile
    200200.PRECIOUS: Makefile
    201201Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.