Changes between Version 1 and Version 2 of GameDevelopment/Ogre/BuildingOgreOnMinGw
- Timestamp:
- Feb 19, 2016, 7:17:39 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GameDevelopment/Ogre/BuildingOgreOnMinGw
v1 v2 31 31 === Step 1: Boost === 32 32 This step is completely optional, as boost is not a required dependency. I'm planning on using multi-threading and a whole host of boost libraries. 33 See the post [ http://vijay.axham.com/blog/478/building-boost-binaries-on-mingw Building boost Binarieson MinGW].33 See the post [Programming/Cpp/Boost/BuildingBoostOnMinGw Building boost on MinGW]. 34 34 '''Note:''' I build '''everything''' in boost, rather than just the bare minimum required for multi-threading. 35 35