<SOLVED> how to compile flare-game ?

<SOLVED> how to compile flare-game ?

Hi all,

I just updated to the latest flare-game repo. and saw this :-

commit fd7038f1c80fad6e031f9e804a1be82aeb9d3919
Author: Clint Bellanger <clintbellangeratgmail.com>
Date:   Fri Apr 5 15:16:21 2013 -0500

    Remove engine-specific files from this game repo.
    Find the latest engine files at the flare-engine repo.

 

There are other commits afterwards but seems the command cmake . doesn't work at all.

 ~/games/flare-game$ cmake .
CMake Error: The source directory "/home/shirish/games/flare-game" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

So does this mean I compile the  flare binary from flare-engine and then copy it over to the game repo. in order to play or what ? Is there anything else that I need to copy over to start the game ?

Answer: Yes, have to do it just as described above. Just have to copy the executable FLARE, all the other changes which happen in the other repos are of the mods making one stop for the engine and rest repos for game/content updates.