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 23 and Version 24 of CompileMINGW32


Ignore:
Timestamp:
May 8, 2015, 11:38:42 AM (10 years ago)
Author:
Jorge
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileMINGW32

    v23 v24  
    3232=== TOL external libraries ===
    3333
    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}}}
     34TOL 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.
    3535
    3636=== Rtools ===
     
    7171Next move into the Debug directory and configure to build the debug flavor of TOL
    7272
    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{{{
     75cd c:\users\toldevel\trunk\tol\CodeLite\Debug
     76cmake -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" ..\..
    7677}}}
    7778
     
    8081{{{
    8182cd 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 {{{
    8683cmake -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" ..\..
    8784}}}