Changes between Version 12 and Version 13 of dev/WindowsMinGW/current
- Timestamp:
- Feb 14, 2016, 3:04:38 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW/current
v12 v13 91 91 }}} 92 92 93 Download the Orxonox dependencies: [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_131003_7.0_MinGW-gcc48.7z Download] (get 7-Zip [http://www.7-zip.org/ here]).[[br]]94 Extract the archive into {{{c:\<msys2-homedir>\}}} 93 Go to [wiki:download#PrecompiledDependencies the Download page] and download the dependency package for MinGW-w64 that fits your version of GCC (type "{{{gcc --version}}}" in the MSYS2 console to find the installed version of GCC).[[br]] 94 Extract the archive into {{{c:\<msys2-homedir>\}}} (get 7-Zip [http://www.7-zip.org/ here]) 95 95 96 96 Now you should have the following directories in your home: ([attachment:wiki:WindowsMinGW:orxonox_directories.gif see this picture]) … … 121 121 {{{ 122 122 cm 123 make 123 make -j8 124 124 }}} 125 The first command ({{{cm}}}) will check your system (and the dependency directory) for all needed libraries, create the configuration and generate the makefiles. The second command ({{{make}}}) builds Orxonox. 126 127 If you have a multicore CPU, use the {{{-j [arg]}}} option for {{{make}}} (where {{{[arg]}}} is the number of parallel build threads). For example {{{make -j3}}} will spawn 3 threads, which is a reasonable number for a dual-core CPU. 125 The first command ({{{cm}}}) will check your system (and the dependency directory) for all needed libraries, create the configuration and generate the makefiles. The second command ({{{make}}}) builds Orxonox (-j8 will spawn 8 threads). 128 126 129 127 If you get an error while executing one of those steps, report it in the [http://forum.orxonox.net/ Forum] or ask us in [irc://irc.orxonox.net/orxonox IRC].