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:
-
May 8, 2015, 11:38:42 AM (10 years ago)
- Author:
-
Jorge
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v23
|
v24
|
|
32 | 32 | === TOL external libraries === |
33 | 33 | |
34 | | TOL depends on a set of external libraries provided by the open source community. All this libraries has been compiled with Rtool and packaged in a bundle. This package can be downloaded from [http://packages.tol-project.org/win32/development/TOL_DEVEL_MINGW32.exe TOL_DEVEL_MINGW32]. This package must be unpacked, for instance under {{{c:\users\toldevel}}} |
| 34 | TOL depends on a set of external libraries provided by the open source community. All this libraries has been compiled with Rtool and packaged in a bundle. This package can be downloaded from [http://packages.tol-project.org/win32/development/toldevel-rtools-m32.exe toldevel-rtools-m32]. This package must be executed to extract its contents, for instance under {{{c:\users\toldevel}}}. As a result the directory {{{c:\users\toldevel\toldevel-rtools-m32}}} will be created. |
35 | 35 | |
36 | 36 | === Rtools === |
… |
… |
|
71 | 71 | Next move into the Debug directory and configure to build the debug flavor of TOL |
72 | 72 | |
73 | | {{{ |
74 | | cd c:\users\toldevel\trunk\tol\CodeLite\Debug |
75 | | cmake -DTOL_EXTERNAL_DEVEL_DIR=C:/users/toldevel/TOL_DEVEL_MINGW32 -DCMAKE_BUILD_TYPE=Debug -G"CodeLite - MinGW Makefiles" c:/users/toldevel/trunk/tol |
| 73 | |
| 74 | {{{ |
| 75 | cd c:\users\toldevel\trunk\tol\CodeLite\Debug |
| 76 | cmake -DTOL_EXTERNAL_DEVEL_DIR=C:\users\toldevel\toldevel-rtools-m32 -DCMAKE_TOOLCHAIN_FILE=..\..\cmake\mingw-m32.toolchain.cmake -DCMAKE_BUILD_TYPE=Debug -G"CodeLite - MinGW Makefiles" ..\.. |
76 | 77 | }}} |
77 | 78 | |
… |
… |
|
80 | 81 | {{{ |
81 | 82 | cd c:\users\toldevel\trunk\tol\CodeLite\Release |
82 | | cmake -DTOL_EXTERNAL_DEVEL_DIR=C:/users/toldevel/TOL_DEVEL_MINGW32 -DCMAKE_BUILD_TYPE=Release -G"CodeLite - MinGW Makefiles" c:/users/toldevel/trunk/tol |
83 | | }}} |
84 | | |
85 | | {{{ |
86 | 83 | cmake -DTOL_EXTERNAL_DEVEL_DIR=C:\users\toldevel\toldevel-rtools-m32 -DCMAKE_TOOLCHAIN_FILE=..\..\cmake\mingw-m32.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -G"CodeLite - MinGW Makefiles" ..\.. |
87 | 84 | }}} |