[Orxonox-commit 5000] r113 - windows/precompiled_dependencies/mingw
landauf at orxonox.net
landauf at orxonox.net
Sun Sep 1 18:42:20 CEST 2013
Author: landauf
Date: 2013-09-01 18:42:20 +0200 (Sun, 01 Sep 2013)
New Revision: 113
Modified:
windows/precompiled_dependencies/mingw/orxonox_dependencies.txt
Log:
removed outdated parts
Modified: windows/precompiled_dependencies/mingw/orxonox_dependencies.txt
===================================================================
--- windows/precompiled_dependencies/mingw/orxonox_dependencies.txt 2013-09-01 16:40:49 UTC (rev 112)
+++ windows/precompiled_dependencies/mingw/orxonox_dependencies.txt 2013-09-01 16:42:20 UTC (rev 113)
@@ -5,21 +5,7 @@
cd tools/build/v2/
run bootstrap.bat
bjam install --prefix=../../../boostbuild
-cd ../../..
-boostbuild/bin/bjam --build-dir=build toolset=gcc --build-type=complete stage -j8
-or
-boostbuild/bin/bjam --build-dir=build toolset=gcc variant=release link=shared threading=multi --build-type=complete stage -j4
-
-## Boost: ##
-bis version 1.44.0: cd tools/build/v2/
-cd boost_x_xx_x/
-run bootstrap.bat
-
-ab version 1.46.0: cd tools/build/v2/
-run bootstrap.bat
-bjam install --prefix=../../../boostbuild
-
bjam --build-dir=build toolset=gcc --build-type=complete stage -j8
or
bjam --build-dir=build toolset=gcc variant=release link=shared threading=multi --build-type=complete stage -j4
@@ -154,46 +140,3 @@
add "PocoFoundation" to "Link libraries" in tab "Linker settings" of Build options of CEGUIOgreRenderer
build CEGUIBase, CEGUIFalagardWRBase, and CEGUITinyXMLParser each in Release mode
build tolua++, CEGUILuaScriptModule, CEGUIOgreRenderer each in Release mode
-
-
-############
-# outdated #
-############
-
-## Freeimage: ## (for ogre)
-uncomment line in Makefile.mingw to enable static build
-#FREEIMAGE_LIBRARY_TYPE = STATIC
-<-->
-FREEIMAGE_LIBRARY_TYPE = STATIC
-
-in FreeImage/Source/OpenEXR/Imath/ImathMatrix.h add "#include <cstring>"
-
-cd FreeImagexxxx/FreeImage
-make -f Makefile.mingw -j8
-
-library in /Dist/
-
-
-## Ogre ##
-
-copy FreeImage.a into the Dependencies and replace the old files (see section above)
-
-
-## zlib: ## (for cegui 0.7.x)
-cd zlib-x.x.x
-mkdir build
-cd build
-cm
-(delete zconf.h)
-make
-make install
-die ganze scheisse von c:/program files/zlib nach /local (msys) verschieben
-
-
-## Boost: ##
-get bjam: http://sourceforge.net/projects/boost/files/boost-jam/
-cd boost_x_xx_x/
-../boost-jam-3.1.18-1-ntx86/bjam --build-dir=build toolset=gcc --build-type=complete stage -j8
-or
-../boost-jam-3.1.18-1-ntx86/bjam --build-dir=build toolset=gcc variant=release link=shared threading=multi --build-type=complete stage -j4
-
More information about the Orxonox-commit
mailing list