[News] Ogre Ecosystem Roundup #3
-
- OGRE Team Member
- Posts: 2141
- Joined: Sun Mar 30, 2014 2:51 pm
- x 1151
-
- OGRE Contributor
- Posts: 267
- Joined: Wed Apr 23, 2014 3:49 pm
- Location: Bologna, Italy
- x 75
Re: [News] Ogre Ecosystem Roundup #3
Will OGRE dependencies be ported to Github as well?
Senior programmer at 505 Games; former senior engine programmer at Sandbox Games
Worked on: Racecraft Esport — Racecraft Coin-Op, Victory: The Age of Racing
-
- OGRE Team Member
- Posts: 5475
- Joined: Sat Jul 21, 2007 4:55 pm
- Location: Buenos Aires, Argentina
- x 1358
Re: [News] Ogre Ecosystem Roundup #3
I want to port them as well. The reason we haven't already is because we clone SDL2 instead of adding it to ogredeps as a hard copy.
I'm not sure yet the best approach:
I'm not sure yet the best approach:
- Hardcopy the files (like the rest of the dependencies)
- Have the user manually run a script that runs hg clone/pull from SDL2 repo
- Same as the previous one, but have CMake run the script automatically
-
- Ogre Magi
- Posts: 1172
- Joined: Mon Aug 04, 2008 7:51 pm
- Location: Manchester - England
- x 76
Re: [News] Ogre Ecosystem Roundup #3
sub module maybe? (Theres an unoffical mirror https://github.com/spurious/SDL-mirror)
There are 10 types of people in the world: Those who understand binary, and those who don't...
-
- OGRE Team Member
- Posts: 5475
- Joined: Sat Jul 21, 2007 4:55 pm
- Location: Buenos Aires, Argentina
- x 1358
Re: [News] Ogre Ecosystem Roundup #3
D'oh! Thanks for the link!