close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of CompileMINGW32


Ignore:
Timestamp:
Jan 29, 2015, 9:05:47 AM (10 years ago)
Author:
Jorge
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileMINGW32

    v2 v3  
    11= How to compile TOL on Windows with gcc-mingw32 =
    22
    3 In this page we describe how to compile TOL for Windows with the compiler gcc-mingw32.
     3In this page we describe how to compile TOL for Windows with the compiler gcc-mingw32. We recommend to use the compiler provided in [http://cran.r-project.org/bin/windows/Rtools/ Rtools] because we want to ensure a smooth integration with R. All the external code used in TOL has being also compiled with that compiler. Below we provide information about all the tools and libraries used and the full development environment.
     4
    45
    56== Prerequisites ==
    67
     8Prepare a root directory, for instance
     9
     10{{{
     11mkdir c:\users\toldevel
     12}}}
     13
     14Next install the required pakages and tools as describe below.
     15
     16=== Subversion ===
     17
     18In order to download the source code we need [http://subversion.apache.org/ subversion]. You can download a good subversion client for windows from [http://tortoisesvn.net/downloads.html TortoiseSVN]
     19
    720=== CMake ===
    821