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.
- Timestamp:
-
Jan 29, 2015, 9:05:47 AM (10 years ago)
- Author:
-
Jorge
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
1 | 1 | = How to compile TOL on Windows with gcc-mingw32 = |
2 | 2 | |
3 | | In this page we describe how to compile TOL for Windows with the compiler gcc-mingw32. |
| 3 | In 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 | |
4 | 5 | |
5 | 6 | == Prerequisites == |
6 | 7 | |
| 8 | Prepare a root directory, for instance |
| 9 | |
| 10 | {{{ |
| 11 | mkdir c:\users\toldevel |
| 12 | }}} |
| 13 | |
| 14 | Next install the required pakages and tools as describe below. |
| 15 | |
| 16 | === Subversion === |
| 17 | |
| 18 | In 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 | |
7 | 20 | === CMake === |
8 | 21 | |