Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 21 and Version 22 of dev/VisualStudio


Ignore:
Timestamp:
Apr 9, 2017, 6:21:16 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • dev/VisualStudio

    v21 v22  
    11= Windows with Visual Studio =
    2 [[TOC(heading=Platforms, depth=1, WindowsMinGW, VisualStudio, LinuxGentoo, LinuxDebian, LinuxUbuntu, LinuxTardis, MacOSX)]]
     2[[TOC(heading=Platforms, depth=1, dev/WindowsMinGW, dev/VisualStudio, dev/LinuxGentoo, dev/LinuxDebian, dev/LinuxUbuntu, dev/LinuxTardis, dev/MacOSX)]]
    33
    44== Preparations ==
     
    2828 1. Run the CMake GUI and select your source checkout folder ('trunk' in the example above). The binary folder below can be anywhere except the source folder itself. We suggest trunk/build.
    2929 1. Hit configure
    30  1. If you need additional configuration options, have a look a the [wiki:Buildsystem General Build Options Page].
     30 1. If you need additional configuration options, have a look a the [wiki:code/Buildsystem General Build Options Page].
    3131 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!).
    3232 1. Go to your freshly created binary folder, open Orxonox.sln and hit F7. That will build Orxonox which will take few minutes depending on how fast your CPU is.
    33  1. On the left you see all targets, make sure that 'orxonox-main' is bold by right clicking on it and selecting "Set as StartUp Project".
     33 1. On the left you see all targets, make sure that 'orxonox-main' is bold by right clicking on it and selecting "Set as !StartUp Project".
    3434 1. F5 will start the game.
    3535[[br]]