Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 24 and Version 25 of dev/Windows


Ignore:
Timestamp:
Oct 27, 2006, 2:19:06 PM (17 years ago)
Author:
simon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/Windows

    v24 v25  
    22[[TracNav(TracNav/TOC)]]
    33
    4 === Brute force version ===
    5   1. First you will need subversion from [subversion.tigris.org]. There is also a GUI version out there at [http://tortoisesvn.tigris.org] (The commandline svn is probably the right choice if you are experienced with the shell, and for advanced work)
    6   1. Download and install [http://svn.orxonox.net/webdev/develop/win32/dev/MinGW-4.1.0.exe mingw]
    7   1. Download and install [http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe msys]
    8    1. choose another path than minGW for msys installation
    9    2. while installing say twice yes (y)
    10    3. give the exact path to the minGW directory, so msys can configure the important links.
     4=== Installing the MinGW, msys & Libraries ===
     5  1. First of all you need subversion from [subversion.tigris.org]. There is also a GUI version at [http://tortoisesvn.tigris.org] (The command line version is good if you are experienced with the shell, otherwise download the GUI version)
     6  1. Download and install [http://svn.orxonox.net/webdev/develop/win32/dev/MinGW-4.1.0.exe minGW]
     7  1. Download [http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe msys]
     8   1. Install msys on another path than minGW
     9   2. During the installation process answer yes (y) twice
     10   3. Type in the exact path of minGW directory, so msys can configure the important links.
    1111  1. Install [http://svn.orxonox.net/webdev/develop/win32/dev/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
    12   1. extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMSYS.rar toMSYS.rar] to msys.
    13   1. extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMinGW.rar toMinGW.rar] to mingw.
     12  1. Extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMSYS.rar toMSYS.rar] to the same direcory as msys.
     13  1. Extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMinGW.rar toMinGW.rar] to the same direcory as minGW.
    1414  1. Download and install the newest version of Trolltech's Qt at http://www.trolltech.com
    15   1. optionally you can always download the [http://svn.orxonox.net/webdev/develop/win32/runtime/ runtime] libraries
     15  1. Optionally you can download the [http://svn.orxonox.net/webdev/develop/win32/runtime/ Orxonox runtime] libraries
    1616
    1717
    1818=== Compilation ===
    19   1. start msys
    20   1. goto the project directory
    21   1. run
     19  1. Start msys
     20  1. Go to the project directory
     21{{{
     22 $ cd orxonoxn
     23}}}
     24  1. Run
    2225{{{
    2326 $ ./autogen.sh
     
    2528 $ make
    2629}}}
    27 
    2830      (note that all packages can be downloaded from from http://mingw.org)
    29 
    30 
    31