Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 13 and Version 14 of dev/Windows


Ignore:
Timestamp:
Jul 18, 2005, 2:49:38 PM (19 years ago)
Author:
bensch
Comment:

new approach moved up

Legend:

Unmodified
Added
Removed
Modified
  • dev/Windows

    v13 v14  
    11= Windows Tutorial =
     2
     3== new brute force version ==
     4  1. At 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)
     5  1. Download and install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/MinGW-4.1.0.exe mingw]
     6  1. Download and install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/MSYS-1.0.10.exe msys]
     7   1. choose another path than minGW for msys installation
     8   2. while installing say twice yes (y)
     9   3. give the exact path to the minGW directory, so msys can configure the important links.
     10  1. Install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
     11  1. extract the [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/toMSYS.rar toMSYS.rar] to msys.
     12  1. extract the [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/toMinGW.rar toMinGW.rar] to mingw.
     13  1. GTK is kepts externally, as it is not a main dependency. But you can install it [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/gtk+-2.6.7.rar here] and then just extract in into mingw
     14  1. optionally you can always download the [http://svn.orxonox.ethz.ch/webdev/develop/win32/runtime/ runtime] libraries
     15
     16
     17== old approach ==
    218
    319  1. At 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)
     
    2440
    2541
    26 = new brute force version =
    27   1. At 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)
    28   1. Download and install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/MinGW-4.1.0.exe mingw]
    29   1. Download and install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/MSYS-1.0.10.exe msys]
    30    1. choose another path than minGW for msys installation
    31    2. while installing say twice yes (y)
    32    3. give the exact path to the minGW directory, so msys can configure the important links.
    33   1. Install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
    34   1. extract the [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/toMSYS.rar toMSYS.rar] to msys.
    35   1. extract the [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/toMinGW.rar toMinGW.rar] to mingw.
    36   1. GTK is kepts externally, as it is not a main dependency. But you can install it [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/gtk+-2.6.7.rar here] and then just extract in into mingw
    37   1. optionally you can always download the [http://svn.orxonox.ethz.ch/webdev/develop/win32/runtime/ runtime] libraries