Closed harry-cpp closed 7 years ago
Having the .0 and .3 on the end of the .so filenames implies there should be symlinks somewhere to link the .so filename to the .so.0 and .so.3. I thought that was the "proper" Linux way these numeric suffixes worked?
Also, what does this give us that NVorbis and OggStream don't? What issue are we fixing with this?
Having the .0 and .3 on the end of the .so filenames implies there should be symlinks somewhere to link the .so filename to the .so.0 and .so.3. I thought that was the "proper" Linux way these numeric suffixes worked?
Linux versioning is as follows:
In general you will want to use the second filename.
Also, what does this give us that NVorbis and OggStream don't? What issue are we fixing with this?
Join the party: https://github.com/MonoGame/MonoGame/issues/5562
Adds SDL_Mixer and it's dependencies (MonoGame.Framework.dll.config will get moved in my PR to a proper directory...).
@dellis1972 @mrhelmut Can one of you provide me with SDL_Mixer.dylib for Mac, that's the only lib I am missing :/