Help with getting started

Problems building or running the engine, queries about how to use features etc.
Post Reply
Cyndanera
Gnoblar
Posts: 2
Joined: Mon Apr 16, 2018 3:14 am

Help with getting started

Post by Cyndanera »

Could someone please help me with getting started with ogre3d? latest version

I'm using visual studio 2017

I added the path and downloaded the sdk onto my computer
SheLovesDeucey
Gnoblar
Posts: 1
Joined: Tue Jun 19, 2018 6:48 pm

Re: Help with getting started

Post by SheLovesDeucey »

What are you getting stuck on exactly? What have you tried?

I was able to get 1.8.1 and the latest building with 2017 by just following the guides (1.8.1 needing some slight simple fixes to the .cpp files and post build events in the dependencies project and a CMake fix in the Direct3D9 project). After that, I wrote a batch script to automate the entire process by just building the dependencies, copying the dependency binaries to the ogre source/Dependencies folder and then providing all of the CMake defines (-D[OGRE_XXXXX_XXXX]) and then running cmake --build on the solution.
Post Reply