Changes between Version 326 and Version 327 of CompileOnWindows


Ignore:
Timestamp:
Dec 14, 2015, 7:26:33 AM (8 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v326 v327  
    165165
    166166
    167 == winGRASS-64bit-notes ==
    168 
    169 external notes for building windows 64bit-binaries:
     167=== WinGRASS 64bit Notes ===
     168
     169External notes for building windows 64bit-binaries:
    170170
    171171 * [http://lists.osgeo.org/pipermail/osgeo4w-dev/2013-August/002362.html OSGeo4W-64bit inital notes]
     
    176176 * [http://download.osgeo.org/osgeo4w/x86_64/release/grass/grass-6.4.3-5-src.tar.bz2 recipe used to build GRASS 6.4.3 on OSGeo4W in 64bit]
    177177
    178 tool chains for building windows 64bit-binaries:
     178Tool chains for building windows 64bit-binaries:
    179179
    180180 * [http://mingw-w64.sourceforge.net/ MinGW-w64 - GCC for both 64 & 32 bits Windows]
    181181 * [http://tdm-gcc.tdragon.net/ TDM-GCC - A compiler suite for 32- and 64-bit Windows based on the GNU toolchain]
    182182 * [http://www.drangon.org/mingw/ Native windows x64 software develop with Mingw-w64]
    183 
    184 packages to include in OSGeo4W-64bit for a build/compile environment:
    185 
    186  * update `mingw` package
    187   * [http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Automated%20Builds/mingw-w64-bin_i686-mingw_20111220.zip MinGW-w64] or [http://sourceforge.net/projects/mingwbuilds/ MinGW-builds]
    188   * [http://www.drangon.org/mirror.fcgi?num=3&fname=mingw_dgn_lib-w64-bin-x86_64-20140518.7z mingw devel library] or [http://sourceforge.net/projects/mingw-w64-dgn/ mingw-w64-dgn at sourceforge]
    189 
    190 missing packages in OSGeo4W-64bit
    191  
    192  * `libintl`
    193  * `tcltk`
    194  * `freetype-mingw`
    195  * `libcairo`
    196183
    197184== Hints ==