Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 12 and Version 13 of dev/VisualStudio


Ignore:
Timestamp:
Mar 4, 2009, 10:36:31 PM (15 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/VisualStudio

    v12 v13  
    3131 1. We use CMake to have better cross platform support. Get the latest (at least v2.6) binaries at [http://www.cmake.org/cmake/resources/software.html cmake.org] and extract/install them.
    3232 1. Run bin/cmake-gui.exe and select your source checkout folder ('trunk' in my example above). The binary folder below can be anywhere except the source folder itself. We suggest trunk/build.
    33  1. Hit "configure" twice (or as long as "generate" is unavailable) and then "generate". You will be prompted to select a generator. Choose the Visual Studio version you have (64 bit is not yet supported!).
     33 1. Hit configure
     34 1. If you need additional configuration options, have a look a the [wiki:Buildsystem General Build Options Page].
     35 1. Hit "configure" again (or as long as "generate" is unavailable) and then "generate". You will be prompted to select a generator. Choose the Visual Studio version you have (64 bit is not yet supported!).
    3436 1. Go to your freshly created binary folder, open Orxonox.sln and hit F7. That will build orxonox.
    3537 1. On the left you see all targets, make sure that 'Orxonox' is bold by right clicking on it and selecting "Set as StartUp Project".
    3638 1. F5 will start the game.
    3739[[br]]
    38 More information on the build system can be found [wiki:Buildsystem here]. [[br]][[br]]
    3940
    4041If you have any trouble, feel free to contact me (Reto '1337' Grieder).