Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 113 in downloads


Ignore:
Timestamp:
Sep 1, 2013, 6:42:20 PM (11 years ago)
Author:
landauf
Message:

removed outdated parts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • windows/precompiled_dependencies/mingw/orxonox_dependencies.txt

    r112 r113  
    44cd boost_x_xx_x/
    55cd tools/build/v2/
    6 run bootstrap.bat
    7 bjam install --prefix=../../../boostbuild
    8 cd ../../..
    9 
    10 boostbuild/bin/bjam --build-dir=build toolset=gcc --build-type=complete stage -j8
    11 or
    12 boostbuild/bin/bjam --build-dir=build toolset=gcc variant=release link=shared threading=multi --build-type=complete stage -j4
    13 
    14 ## Boost: ##
    15 bis version 1.44.0: cd tools/build/v2/
    16 cd boost_x_xx_x/
    17 run bootstrap.bat
    18 
    19 ab version 1.46.0: cd tools/build/v2/
    206run bootstrap.bat
    217bjam install --prefix=../../../boostbuild
     
    155141build CEGUIBase, CEGUIFalagardWRBase, and CEGUITinyXMLParser each in Release mode
    156142build 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 build
    165 #FREEIMAGE_LIBRARY_TYPE = STATIC
    166 <-->
    167 FREEIMAGE_LIBRARY_TYPE = STATIC
    168 
    169 in FreeImage/Source/OpenEXR/Imath/ImathMatrix.h add "#include <cstring>"
    170 
    171 cd FreeImagexxxx/FreeImage
    172 make -f Makefile.mingw -j8
    173 
    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.x
    184 mkdir build
    185 cd build
    186 cm
    187 (delete zconf.h)
    188 make
    189 make install
    190 die ganze scheisse von c:/program files/zlib nach /local (msys) verschieben
    191 
    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 -j8
    197 or
    198 ../boost-jam-3.1.18-1-ntx86/bjam --build-dir=build toolset=gcc variant=release link=shared threading=multi --build-type=complete stage -j4
    199 
Note: See TracChangeset for help on using the changeset viewer.