watch 01:25
Jurassic World: Dominion Dominates Fandom Wikis - The Loop
Do you like this video?
Play Sound
- Download and install TortoiseSVN.
- Download and install CMake
- Checkout source:
Navigate to where you would like to place the project in your filesystem, right click and select 'SVN Checkout' and enter the url: https://glestae.svn.sourceforge.net/svnroot/glestae/trunk and change the name of the checkout directory if desired. Hit 'Ok' and go make a coffee. The directory you checked out the source to will now be referred to as $SVN_DIR$
- Download dependencies:
A windows dependencies package can be found at https://sourceforge.net/projects/glestae/files/win_dev_deps/win_deps.7z/download download and extract it somewhere. The directory you extracted this package to will now be referred to as $DEP_DIR$
- Start CMake, set the source directory to $SVN_DIR$ and change the build directory to $SVN_DIR$/build, then add an entry called GAE_WINDEPS of type path, and point it at $DEP_DIR$
- Press configure, choose the Visual Studio 9 generator, when done switch the Gui to 'grouped' view and expand the GAE section, ensure GAE_USE_PHYSFS & GAE_USE_PRECOMPILED_HDR are checked, and change the GAE_DATA_DIR (and optionally GAE_CONFIG_DIR) to $SVN_DIR$/data/game
- Press configure again, then press generate.
- The generated project files can be found in the 'build' directory.
- Once the solution is loaded, right click the 'game' project and set it as the start-up project, you can then launch the game in the debugger using the green 'play' button (or by pressing F5)
- You may wish to delete projects you do not plan to work with, to streamline the build process