Cloning Ogre dependency for Ogre2.1.

Get answers to all your basic programming questions. No Ogre questions, please!
Post Reply
sethanath
Halfling
Posts: 46
Joined: Fri Dec 09, 2016 6:43 pm

Cloning Ogre dependency for Ogre2.1.

Post by sethanath »

Hi,

I tried using the command below to clone Ogre dependency for Ogre2.1, but I am still missing SDL2.

Code: Select all

hg clone https://bitbucket.org/cabalistic/ogredeps
Can someone help, please?

Thanks you.
sethanath
Halfling
Posts: 46
Joined: Fri Dec 09, 2016 6:43 pm

Re: Cloning Ogre dependency for Ogre2.1.

Post by sethanath »

This issue can be fixed by the command below.

cd /home/erick/ogredeps/src/SDL2
hg update release-2.0.4

Thank you so much.
Post Reply