Solarus-Games English Forum

Solarus => Development => Topic started by: yangchao on March 15, 2015, 11:17:28 AM

Title: build solarus in win7 mingw environment,can't find some dependence sdk for mingw
Post by: yangchao on March 15, 2015, 11:17:28 AM
I will try to build solarus in win7  mingw32_64 environment.
Searching web,I can't find  these dependence  develop libs  for mingw(include and lib,bin): OpenAL, physfs, modplug, ogg, vorbis, vorbisfile 
Could you please  share these  dependence  libs?
Title: Re: build solarus in win7 mingw environment,can't find some dependence sdk for mingw
Post by: Christopho on March 15, 2015, 02:32:34 PM
As I explain in this topic: http://forum.solarus-games.org/index.php/topic,216.0.html
I can't maintain all dependencies on all systems, sorry. I maintain the ones that are hard to find, for the rest, the official websites provide them.
Title: Re: build solarus in win7 mingw environment,can't find some dependence sdk for mingw
Post by: yangchao on March 15, 2015, 03:27:55 PM
thanks so lot!
"...
I maintain compiled binaries of the libraries that are not easy to find if you don't want to compile them yourself: https://github.com/christopho/solarus/tree/master/libraries/win32
You will find there the DLLs of modplug, vorbis and vorbisfile.
..."

In lib directory, there are no   vorbis and vorbisfile lib(.a file ext name),does you have?
Title: Re: build solarus in win7 mingw environment,can't find some dependence sdk for mingw
Post by: Christopho on March 15, 2015, 06:40:01 PM
.a files are not mandatory with MinGW, you can in fact use directly the .dll files at link time.