Changeset 114 in downloads
- Timestamp:
- Sep 7, 2013, 5:18:29 PM (11 years ago)
- Location:
- windows/precompiled_dependencies
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
windows/precompiled_dependencies/mingw/orxonox_dependencies.txt
r113 r114 1 1 Dependencies 2 3 4 alias m='make -j4' 2 5 3 6 ## Boost: ## 4 7 cd boost_x_xx_x/ 5 cd tools/build/v2/6 8 run bootstrap.bat 7 bjam install --prefix=../../../boostbuild8 9 bjam --build-dir=build toolset=gcc --build-type=complete stage -j810 or11 9 bjam --build-dir=build toolset=gcc variant=release link=shared threading=multi --build-type=complete stage -j4 12 10 13 14 ## bcp: ## 15 cd boost_x_xx_x/tools/bcp 16 ../../boostbuild/bin/bjam toolset=gcc 11 cd tools/bcp 12 ../../bjam toolset=gcc -j4 17 13 cd ../.. 18 14 mkdir stripped_orxonox … … 32 28 get here: https://bitbucket.org/cabalistic/ogredeps 33 29 DirectX SDK installieren 34 make zlib a SHARED lib, so we can use it for orxonox as well 30 make zlib a SHARED lib, so we can use it for orxonox as well (edit src/zlib/CMakeLists.txt) 35 31 cd ogredeps 36 32 mkdir build 37 cm 33 cd build 34 cm .. 38 35 m 39 36 make install 40 copy bin, include, and lib folders to ogre/Dependencies (maybe replace cg lib and header with externally installed version)41 37 42 38 … … 52 48 mkdir release 53 49 cd release 54 cmake -D "CMAKE_BUILD_TYPE=Release" -G "MSYS Makefiles" .. -DENV_POCO_ROOT=/home/Xen/libs/poco/poco-1.4.1p150 cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_DEPENDENCIES_DIR=../../ogre-dependencies/xxxxxxxx/build/ogredeps -DENV_POCO_ROOT=/home/Xen/libs/poco/poco-x.x.x -G "MSYS Makefiles" .. 55 51 m 56 52 … … 60 56 mkdir debug 61 57 cd debug 62 cmake -D "CMAKE_BUILD_TYPE=Debug"-G "MSYS Makefiles" ..58 cmake -DCMAKE_BUILD_TYPE=Debug -DOGRE_DEPENDENCIES_DIR=../../ogre-dependencies/xxxxxxxx/build/ogredeps -DENV_POCO_ROOT=/home/Xen/libs/poco/poco-x.x.x -G "MSYS Makefiles" .. 63 59 m 64 60 … … 134 130 - set MINIZIP_RESOURCE_PROVIDER = false 135 131 - set OGRE_RENDERER = true 136 - set Ogre path: OGRE_PATHS = { "C:/msys/home/Xen/libs/ogre/ogre_src_v1- 7-2", "OgreMain/include", "release/bin" }137 - add extra path: { "C:/msys/home/Xen/libs/poco/poco-1.4. 1p1", "Foundation/include", "lib/MinGW/ia32", "CEGUIOgreRenderer" }132 - set Ogre path: OGRE_PATHS = { "C:/msys/home/Xen/libs/ogre/ogre_src_v1-8-1", "OgreMain/include", "release/bin" } 133 - add extra path: { "C:/msys/home/Xen/libs/poco/poco-1.4.6p2", "Foundation/include", "lib/MinGW/ia32", "CEGUIOgreRenderer" } 138 134 premake --file cegui.lua --target cb-gcc 139 135 open CEGUI.workspace with codeblocks
Note: See TracChangeset
for help on using the changeset viewer.