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:
-
Feb 2, 2015, 10:23:26 AM (10 years ago)
- Author:
-
Jorge
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
42 | 42 | [[Image(Rtools_path.png)]] |
43 | 43 | |
44 | | One more step is required, we need to download [http://packages.tol-project.org/win32/development/mingw32-make.exe mingw32-make.exe] and install it to {{{C:\Rtools\gcc-4.6.3\bin\}}}. |
| 44 | One more step is required, we need to download [http://packages.tol-project.org/win32/development/mingw32-make_install.exe mingw32-make] and uncompress into {{{C:\Rtools\gcc-4.6.3\bin\}}}. |
45 | 45 | |
46 | 46 | === CodeLite === |
47 | 47 | |
48 | 48 | We recommend [http://codelite.org/ CodeLite] as a good IDE to develop TOL in windows because CMake is able to generate native workspace from the CMake configuration files. The configuration described next requires the instalation of this IDE which can be downloaded from [http://downloads.codelite.org/downloads.php?windows CodeLite download]. While installing it is not required to install the mingw32 compiler as we are going to use the compiler from Rtools. |
| 49 | |
| 50 | We can also check if there is a more recent version available at [http://downloads.codelite.org] |
49 | 51 | |
50 | 52 | === Download source code of TOL === |