Changeset 113 in downloads
- Timestamp:
- Sep 1, 2013, 6:42:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
windows/precompiled_dependencies/mingw/orxonox_dependencies.txt
r112 r113 4 4 cd boost_x_xx_x/ 5 5 cd tools/build/v2/ 6 run bootstrap.bat7 bjam install --prefix=../../../boostbuild8 cd ../../..9 10 boostbuild/bin/bjam --build-dir=build toolset=gcc --build-type=complete stage -j811 or12 boostbuild/bin/bjam --build-dir=build toolset=gcc variant=release link=shared threading=multi --build-type=complete stage -j413 14 ## Boost: ##15 bis version 1.44.0: cd tools/build/v2/16 cd boost_x_xx_x/17 run bootstrap.bat18 19 ab version 1.46.0: cd tools/build/v2/20 6 run bootstrap.bat 21 7 bjam install --prefix=../../../boostbuild … … 155 141 build CEGUIBase, CEGUIFalagardWRBase, and CEGUITinyXMLParser each in Release mode 156 142 build tolua++, CEGUILuaScriptModule, CEGUIOgreRenderer each in Release mode 157 158 159 ############160 # outdated #161 ############162 163 ## Freeimage: ## (for ogre)164 uncomment line in Makefile.mingw to enable static build165 #FREEIMAGE_LIBRARY_TYPE = STATIC166 <-->167 FREEIMAGE_LIBRARY_TYPE = STATIC168 169 in FreeImage/Source/OpenEXR/Imath/ImathMatrix.h add "#include <cstring>"170 171 cd FreeImagexxxx/FreeImage172 make -f Makefile.mingw -j8173 174 library in /Dist/175 176 177 ## Ogre ##178 179 copy FreeImage.a into the Dependencies and replace the old files (see section above)180 181 182 ## zlib: ## (for cegui 0.7.x)183 cd zlib-x.x.x184 mkdir build185 cd build186 cm187 (delete zconf.h)188 make189 make install190 die ganze scheisse von c:/program files/zlib nach /local (msys) verschieben191 192 193 ## Boost: ##194 get bjam: http://sourceforge.net/projects/boost/files/boost-jam/195 cd boost_x_xx_x/196 ../boost-jam-3.1.18-1-ntx86/bjam --build-dir=build toolset=gcc --build-type=complete stage -j8197 or198 ../boost-jam-3.1.18-1-ntx86/bjam --build-dir=build toolset=gcc variant=release link=shared threading=multi --build-type=complete stage -j4199
Note: See TracChangeset
for help on using the changeset viewer.