[1.12.12] cmake Samples\Tutorials?

Problems building or running the engine, queries about how to use features etc.
Post Reply
loath
Platinum Sponsor
Platinum Sponsor
Posts: 290
Joined: Tue Jan 17, 2012 5:18 am
x 67

[1.12.12] cmake Samples\Tutorials?

Post by loath »

i just noticed these sample tutorials exist (BasicTutorial1.cpp, BasicTutorial2.cpp, Bootstrap.cpp)...

are there any cmake options that build them? i have OGRE_BUILD_SAMPLES selected but don't see bootstrap.exe etc anywhere.

thanks!
loath
Platinum Sponsor
Platinum Sponsor
Posts: 290
Joined: Tue Jan 17, 2012 5:18 am
x 67

Re: [1.12.12] cmake Samples\Tutorials?

Post by loath »

or do i just point cmake to ogre-1.12\Samples\Tutorials and create a standalone project?
paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: [1.12.12] cmake Samples\Tutorials?

Post by paroj »

loath wrote: Sun Jul 25, 2021 8:04 pm or do i just point cmake to ogre-1.12\Samples\Tutorials and create a standalone project?
yes, these tutorials are supposed to show you how to set-up a standalone project.

The according documentation is here:
https://ogrecave.github.io/ogre/api/latest/setup.html
loath
Platinum Sponsor
Platinum Sponsor
Posts: 290
Joined: Tue Jan 17, 2012 5:18 am
x 67

Re: [1.12.12] cmake Samples\Tutorials?

Post by loath »

helpful link, thanks!
Post Reply