Building Ogre's dependancies with Code::Blocks

Problems building or running the engine, queries about how to use features etc.
Post Reply
Management
Gnoblar
Posts: 1
Joined: Mon Aug 17, 2015 12:30 pm

Building Ogre's dependancies with Code::Blocks

Post by Management »

I was following the tutorial* for building Ogre but I ran into a problem with Code::Blocks (MinGW 4.9.2). I tried it with MSVC 14 and it works fine. The issue is that when I use Code::Blocks the "INSTALL" part of the project doesn't exist (it doesn't have anything labeled, since the IDE doesn't have the notion of a "solution"), and the "ogredeps" file never gets created, which means I can't build Ogre itself.

So basically: how do I build the dependencies so "ogredeps" gets created?

*http://www.ogre3d.org/tikiwiki/tiki-ind ... tart+Guide

Sorry if this question has an obvious answer, but I searched for a solution for some time and couldn't find one.
Post Reply