MonoGame / MonoGame.Dependencies

The MonoGame binary dependencies submodule.
38 stars 51 forks source link

Added newer sharpfont dlls and added libassimp.so #34

Closed harry-cpp closed 9 years ago

harry-cpp commented 9 years ago

Dependencies needed for MGCB to be able to compile spritefonts and fbx models under linux.

tomspilman commented 9 years ago

Are we sure these new versions of SharpFont work on Windows too?

harry-cpp commented 9 years ago

Tested it out a moment ago, compiled a spritefont without errors under windows, also loaded it in monogame.

tomspilman commented 9 years ago

Great... merging!

tomspilman commented 9 years ago

Note next you need to submit a PR to the main MonoGame repo updating the submodule reference to this new commit. If you want me or @dellis1972 to do this just let me know.

harry-cpp commented 9 years ago

I will submit a PR since I also have to add some code for this to work. I do have a question, how do I update Protobuild.exe (I'll have to add "libassimp.so" to copy to output folder)?