Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 12 and Version 13 of dev/WindowsMinGW/current


Ignore:
Timestamp:
Feb 14, 2016, 3:04:38 PM (8 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/current

    v12 v13  
    9191}}}
    9292
    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>\}}}
     93Go 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]]
     94Extract the archive into {{{c:\<msys2-homedir>\}}} (get 7-Zip [http://www.7-zip.org/ here])
    9595
    9696Now you should have the following directories in your home: ([attachment:wiki:WindowsMinGW:orxonox_directories.gif see this picture])
     
    121121{{{
    122122cm
    123 make
     123make -j8
    124124}}}
    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.
     125The 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).
    128126
    129127If 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].