Changeset 3555 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Mar 15, 2005, 2:23:52 AM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/INSTALL
r1956 r3555 3 3 ===================================== 4 4 5 Installing an using orx is very simple: Just type: 5 INSTALLATION 6 ============ 6 7 7 cd ../orxonox/trunk 8 ./configure 9 make 10 ./bin/orxonox 8 To make it quite easy for those of you who just want to install orxonox: 9 10 1. ./configure 11 2. make 12 3. make install 13 14 DEPENDENCIES 15 ============ 16 17 There are some dependencies for orxonox you have to install: 18 19 1. SDL (http://www.libsdl.org) 20 2. OPENGL (http://www.opengl.org) 21 3. SDL_mixer (http://www.libsdl.org/projects/SDL_mixer) 22 4. SDL_image (http://www.libsdl.org/projects/SDL_image) 23 5. SDL_ttf (http://www.libsdl.org/projects/SDL_ttf) 24 a) needs libttf (http://www.freetype.org/) 25 26 Nice to Have: 27 6. Doxygen (http://www.stack.nl/~dimitri/doxygen/) 28 7. Automake (http://www.gnu.org/software/automake/) 29 8. Autoconf (http://www.gnu.org/software/autoconf/) 30 31 Windows Users also need the following: 32 9. mingw (http://mingw.org/) 11 33 12 34 -
orxonox/trunk/src/Makefile.in
r3549 r3555 319 319 esac; \ 320 320 done; \ 321 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/Makefile'; \321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 322 322 cd $(top_srcdir) && \ 323 $(AUTOMAKE) -- gnusrc/Makefile323 $(AUTOMAKE) --foreign src/Makefile 324 324 .PRECIOUS: Makefile 325 325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/Makefile.in
r3528 r3555 181 181 esac; \ 182 182 done; \ 183 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/Makefile'; \183 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \ 184 184 cd $(top_srcdir) && \ 185 $(AUTOMAKE) -- gnusrc/lib/Makefile185 $(AUTOMAKE) --foreign src/lib/Makefile 186 186 .PRECIOUS: Makefile 187 187 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/graphics/Makefile.in
r3528 r3555 175 175 esac; \ 176 176 done; \ 177 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/graphics/Makefile'; \177 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/graphics/Makefile'; \ 178 178 cd $(top_srcdir) && \ 179 $(AUTOMAKE) -- gnusrc/lib/graphics/Makefile179 $(AUTOMAKE) --foreign src/lib/graphics/Makefile 180 180 .PRECIOUS: Makefile 181 181 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/graphics/importer/Makefile.in
r3528 r3555 215 215 esac; \ 216 216 done; \ 217 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/graphics/importer/Makefile'; \217 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/graphics/importer/Makefile'; \ 218 218 cd $(top_srcdir) && \ 219 $(AUTOMAKE) -- gnusrc/lib/graphics/importer/Makefile219 $(AUTOMAKE) --foreign src/lib/graphics/importer/Makefile 220 220 .PRECIOUS: Makefile 221 221 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/gui/Makefile.in
r3528 r3555 177 177 esac; \ 178 178 done; \ 179 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/gui/Makefile'; \179 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/gui/Makefile'; \ 180 180 cd $(top_srcdir) && \ 181 $(AUTOMAKE) -- gnusrc/lib/gui/Makefile181 $(AUTOMAKE) --foreign src/lib/gui/Makefile 182 182 .PRECIOUS: Makefile 183 183 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/gui/console/Makefile.in
r3528 r3555 203 203 esac; \ 204 204 done; \ 205 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/gui/console/Makefile'; \205 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/gui/console/Makefile'; \ 206 206 cd $(top_srcdir) && \ 207 $(AUTOMAKE) -- gnusrc/lib/gui/console/Makefile207 $(AUTOMAKE) --foreign src/lib/gui/console/Makefile 208 208 .PRECIOUS: Makefile 209 209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/gui/gui/Makefile.in
r3528 r3555 236 236 esac; \ 237 237 done; \ 238 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/gui/gui/Makefile'; \238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/gui/gui/Makefile'; \ 239 239 cd $(top_srcdir) && \ 240 $(AUTOMAKE) -- gnusrc/lib/gui/gui/Makefile240 $(AUTOMAKE) --foreign src/lib/gui/gui/Makefile 241 241 .PRECIOUS: Makefile 242 242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/subprojects/Makefile.in
r3549 r3555 175 175 esac; \ 176 176 done; \ 177 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/Makefile'; \177 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/Makefile'; \ 178 178 cd $(top_srcdir) && \ 179 $(AUTOMAKE) -- gnusrc/subprojects/Makefile179 $(AUTOMAKE) --foreign src/subprojects/Makefile 180 180 .PRECIOUS: Makefile 181 181 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/subprojects/testmain/Makefile.in
r3549 r3555 195 195 esac; \ 196 196 done; \ 197 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/testmain/Makefile'; \197 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/testmain/Makefile'; \ 198 198 cd $(top_srcdir) && \ 199 $(AUTOMAKE) -- gnusrc/subprojects/testmain/Makefile199 $(AUTOMAKE) --foreign src/subprojects/testmain/Makefile 200 200 .PRECIOUS: Makefile 201 201 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.