Changes between Version 2 and Version 3 of dev/WindowsMinGW/345
- Timestamp:
- Sep 17, 2010, 10:07:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW/345
v2 v3 22 22 23 23 Download and install [http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe MSYS]. 24 1. Chose an install path without whitespacesand install MSYS24 1. Chose an install '''path without whitespaces''' and install MSYS 25 25 1. (On some systems the post installation doesn't start (cmd.exe shows up with an error)[[br]]In this case execute {{{c:\<msys-install-path>\postinstall\pi.bat}}}) 26 1. A nswer yes (y) twice26 1. A command shell opens, answer yes (y) twice 27 27 1. Specify the path to your MinGW directory (by default this is {{{c:/mingw}}}). 28 28 … … 31 31 32 32 '''In the following, we'll call this directory {{{c:\<msys-homedir>\}}} to make things shorter.''' 33 34 Note: MSYS installs two shortcuts (by default in {{{Start/Programs/MinGW/MSYS/}}}): 1. "MSYS" (black background; an extension of window's cmd.exe) and 2. "MSYS (rxvt)" (yellow background; a more elaborate shell). We recommend the rxvt version, because it can be resized to full-screen, but Orxonox works with both. (Additional note: The sortcut on the desktop links to the worse version.) 33 35 34 36 … … 40 42 }}} 41 43 42 ==== Get SVN ====44 ==== Get SVN: ==== 43 45 To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download] 44 46 … … 46 48 47 49 48 ==== Get the source ====50 ==== Get the source: ==== 49 51 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.''' 50 52 * URL: {{{https://svn.orxonox.net/game/code/trunk/}}} … … 74 76 75 77 == Dependencies == 78 79 {{{ 80 #!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;" 81 ''Info: Dependencies are external libraries that aren't included in the orxonox source.'' 82 }}} 83 76 84 Download the Orxonox dependencies: [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_091009_4.0_MinGW.7z Download] (get 7-Zip [http://www.7-zip.org/ here]).[[br]] 77 85 Extract the archive into {{{c:\<msys-homedir>\}}} … … 84 92 }}} 85 93 86 ==== OpenAL ====94 ==== OpenAL: ==== 87 95 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. 88 96