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:
-
Oct 1, 2015, 7:52:20 AM (9 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v25
|
v26
|
|
230 | 230 | This will install the tolbase at the runtime location. |
231 | 231 | |
| 232 | == TOL INSTALLER == |
| 233 | |
| 234 | {{{ |
| 235 | cd c:\users\toldevel\trunk\ |
| 236 | mkdir installer |
| 237 | cd installer |
| 238 | cmake -DTOL_RUNTIME_DIR=C:\users\toldevel\trunk\tol\CodeLite\Release\Runtime_Base -DCMAKE_BUILD_TYPE=Release -G"CodeLite - MinGW Makefiles" C:\users\toldevel\trunk |
| 239 | cpack |
| 240 | }}} |
| 241 | |
232 | 242 | == OTAN: Binaries packages == |
233 | 243 | |