How to get ogre2.1 sample?[solved]

Problems building or running the engine, queries about how to use features etc.
Post Reply
lygyue
Greenskin
Posts: 122
Joined: Wed Nov 29, 2006 4:07 pm

How to get ogre2.1 sample?[solved]

Post by lygyue »

Hi all, I had update the newest ogre2.1 sources from https://bitbucket.org/sinbad/ogre/src/ and compiled. but it didn't have any samples at all. I found that many interfaces had changed. all my old projects cannot run at all. how to get a few simple samples or where is the programming guide? thanks.
Last edited by lygyue on Thu Jan 07, 2016 9:02 am, edited 1 time in total.
lygyue
Greenskin
Posts: 122
Joined: Wed Nov 29, 2006 4:07 pm

Re: How to get ogre2.1 sample?

Post by lygyue »

I had found this on Samples/2.0 folder. But didn't know why not have default cmake project. I'll try.
Transporter
Minaton
Posts: 933
Joined: Mon Mar 05, 2012 11:37 am
Location: Germany
x 110

Re: How to get ogre2.1 sample?[solved]

Post by Transporter »

To build the samples you have to activate OGRE_BUILD_SAMPLES2 in CMake. Also, there is a porting guide in the Docs/2.0 folder.
Post Reply