Changes between Version 1 and Version 2 of dev/WindowsMinGW/345
- Timestamp:
- Sep 17, 2010, 7:36:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW/345
v1 v2 5 5 {{{ 6 6 #!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;" 7 '' MinGW is a collection of tools (like GCC and more), used to compile source code on Windows.''7 ''Info: MinGW is a collection of tools (like GCC and more), used to compile source code on Windows.'' 8 8 }}} 9 9 … … 18 18 {{{ 19 19 #!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;" 20 '' MSYS is a command shell, used to execute build scripts and more.''20 ''Info: MSYS is a command shell, used to execute build scripts and more.'' 21 21 }}} 22 22 … … 34 34 35 35 == SVN == 36 37 {{{ 38 #!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;" 39 ''Info: We use SVN to upload code to the server and to manage different versions (branches).'' 40 }}} 41 42 ==== Get SVN ==== 36 43 To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download] 37 44 … … 39 46 40 47 41 == Get the source==48 ==== Get the source ==== 42 49 Check out the Orxonox-repository into a folder named "trunk", for example {{{c:\<msys-homedir>\trunk\}}}. '''It's very important to use a directory inside your MSYS homedirectory, otherwise you can't compile.''' 43 50 * URL: {{{https://svn.orxonox.net/game/code/trunk/}}} … … 77 84 }}} 78 85 79 == OpenAL==80 Make sure you have installed OpenAL (might not be shipped with Windows 7). Otherwise you can compile and run everythingbut no sound will be played.86 ==== OpenAL ==== 87 Make sure you have installed OpenAL, which might not be shipped with Windows. Download and install it from [http://connect.creativelabs.com/openal/Downloads/oalinst.zip here]. You can compile and run Orxonox without OpenAL, but no sound will be played. 81 88 82 89 == CMake == 90 91 {{{ 92 #!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;" 93 ''Info: CMake is a build-system. It is used to generate make-files or project-files for IDEs'' 94 }}} 95 83 96 Now we can build Orxonox. To do so, we need CMake. CMake is a cross-platform system for build automation. Download the latest binary release ('''at least version 2.6''') from [http://cmake.org/HTML/Download.html here] and install it. 84 97 * '''While installing check the option to "add CMake to the system PATH"'''