How to Install? #1590
-
I want to download the bleeding-edge version of Red Eclipse for Windows, but I could not find any game, In the windows.zip file in Deploy repository, I found the game, but it gave me 4 error messages, saying SDL2.dll, libsndfile-1.dll, SDL2_image.dll and OpenAL32.dll were not found. How do I install the game? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Strange: There used to be a doc page on Github with compile instructions, but it's not in the readme.md of the base repository nor could I see it in the doc directory. I only have the instructions for Linux I'm afraid, but I'm sure someone will clarify and hopefully make the compilation info more obvious in the repo. The error you're describing sounds like missing libraries however. I'd make sure SDL2 is installed system wide: The engine hasn't yet been ported to SDL3 and I don't know if Windows might have already decided the previous version is too old to maintain. |
Beta Was this translation helpful? Give feedback.
-
We recommend using the Steam version of the game, which closely follows what's happening on the development version. |
Beta Was this translation helpful? Give feedback.
-
With Git for Windows, you can use Git Bash to do:
|
Beta Was this translation helpful? Give feedback.
We recommend using the Steam version of the game, which closely follows what's happening on the development version.
Otherwise, you need to clone the
base
repo of the game, with all its submodules. Then you either have to build the game yourself (easiest is using Visual Studio, using the supplied project), or copying the deployed game binaries.