Author Topic: build solarus in win7 mingw environment,can't find some dependence sdk for mingw  (Read 3888 times)

0 Members and 1 Guest are viewing this topic.

yangchao
  • Newbie
  • *
  • Posts: 10
    • View Profile
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?

Christopho

  • Administrator
  • Hero Member
  • *****
  • Posts: 1194
    • View Profile
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.

yangchao
  • Newbie
  • *
  • Posts: 10
    • View Profile
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?

Christopho

  • Administrator
  • Hero Member
  • *****
  • Posts: 1194
    • View Profile
.a files are not mandatory with MinGW, you can in fact use directly the .dll files at link time.