Archive 19/01/2023.

How to determine SDL version

djmig

Hi,
I am new to Urho3D. I have just compiled Urho3d on my OS X. The compilation of libUrho3D.a and demo through cmake went smoothly. I am wondering which SDL version was linked to the resulting library since I have both SDL and SDL2 in /usr/local?

Regards,
Don

weitjong

Neither of them. Urho3D has its own fork of 3rd-party libraries in the Urho3D project source tree. A few of them are now being managed using git subtree and SDL is one of them. See github.com/urho3d/SDL-mirror/tr … for-urho3d . Note the last commit in this branch may or may not be equal to the last commit we made for SDL library in Urho3D project source tree. So the answer to your question, we are using a modified version of SDL 2.0.4 at the moment.

djmig

I understand; as others under ThirdParty.
Thank you