Compiling with cmake on Windows

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
MoonKid
Merchant
Merchant
Posts: 44
Joined: Tue Jun 17, 2008 9:16 am

Compiling with cmake on Windows

Post by MoonKid »

I have installed "MS Visual C++ 2008 Express Edition" and "cmake 2.6".
I have the current VegaStrike sources from SVN.

I steped into trunk\vegastrike. Excecuting "cmake" has no effect. cmake need some arguments but there is no doc about what is needed for build VegaStrike with cmake.
"make" would know it by itself without any arguments.

There are only five cmake-files in that directory.
FindFFMPEG.cmake
FindGTK2.cmake
FindMATH.cmake
FindPNG.cmake
FindVorbis.cmake

I thinkt that are not the scripts I need.

How can I compile VegaStrike with cmake?

Why is there no clean and clear documentation about how to build VegaStrike?
The wiki about that topic is dirty, old and false!
Post Reply