Stratagus compilation.. libraries

Post Reply
francot514
Posts: 87
Joined: Wed May 21, 2014 6:26 am

Stratagus compilation.. libraries

Post by francot514 »

Hi, i want to compile my own stratagus version, which some modifications, but im not able to find all the libraries files to do it, any way to get those, or a guide to compile the engine executable for windows??
User avatar
Andrettin
Posts: 433
Joined: Sun Jun 30, 2013 9:58 pm
Location: Vienna, Austria
Contact:

Re: Stratagus compilation.. libraries

Post by Andrettin »

francot514 wrote:Hi, i want to compile my own stratagus version, which some modifications, but im not able to find all the libraries files to do it, any way to get those, or a guide to compile the engine executable for windows??
I believe this has all the necessary libraries:
http://stratagus.sf.net/msvc-libs.zip
francot514
Posts: 87
Joined: Wed May 21, 2014 6:26 am

Re: Stratagus compilation.. libraries

Post by francot514 »

Ok, thanks for it, which version should i compile??, right now the 2.3 give me some cmake error...

Code: Select all

CMake Error at C:/Users/Usuario/Documents/Visual Studio 2008/cmake-3.0.2-win32-x86/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  C:/Users/Usuario/Documents/Visual Studio 2008/cmake-3.0.2-win32-x86/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
  C:/Users/Usuario/Documents/Visual Studio 2008/cmake-3.0.2-win32-x86/share/cmake-3.0/Modules/FindPkgConfig.cmake:164 (find_package_handle_standard_args)
  CMakeLists.txt:558 (find_package)
francot514
Posts: 87
Joined: Wed May 21, 2014 6:26 am

Re: Stratagus compilation.. libraries

Post by francot514 »

I was able to compile using stratagus 2.3 source code and cmake, now in game i got this error for stder:

Code: Select all

PlayMovie() 'videos/gameintro.ogv' is not supported, please recompile stratagus with theora support

libpng warning: Incorrect bKGD chunk length
User avatar
Yukiko
Posts: 63
Joined: Sun May 24, 2015 6:52 pm

Re: Stratagus compilation.. libraries

Post by Yukiko »

Try deleting the videos directory.
francot514
Posts: 87
Joined: Wed May 21, 2014 6:26 am

Re: Stratagus compilation.. libraries

Post by francot514 »

I was not talking about that, now i want to ask, if there is a way to add some extra libraries to stratagus source, like for custom data editing with mysql...
francot514
Posts: 87
Joined: Wed May 21, 2014 6:26 am

Re: Stratagus compilation.. libraries

Post by francot514 »

Can anyone help me testing with this stratagus binaries compiled myself...
Attachments
stratagus.rar
(982.43 KiB) Downloaded 434 times
Post Reply