Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge updates from trunk. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | optionalMiniz |
Files: | files | file ages | folders |
SHA1: |
70ea8c4f48979ea949393e37ee0517da |
User & Date: | mistachkin 2014-08-25 22:29:15 |
Context
2014-08-28
| ||
05:54 | Merge updates from trunk. check-in: cdad2dc0 user: mistachkin tags: reviewFor130, optionalMiniz | |
2014-08-25
| ||
22:29 | Merge updates from trunk. check-in: 70ea8c4f user: mistachkin tags: optionalMiniz | |
22:28 | Rename EXTRATARGETS to APPTARGETS in the MSVC makefile. check-in: b575811a user: mistachkin tags: trunk | |
22:25 | Cleanup and unify the 'extra targets' handling. check-in: 6c6f83c4 user: mistachkin tags: optionalMiniz | |
Changes
Changes to www/build.wiki.
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
<li><p><i>MinGW/MinGW-w64</i> → Use the mingw makefile: "<b>make -f win/Makefile.mingw</b>". On a Windows box you will need either Cygwin or Msys as build environment. On Cygwin, Linux or Darwin you may want to make minor edits to win/Makefile.mingw to configure the cross-compile environment. <li><p><i>MSVC</i> → Use the msc makefile. First change to the "win/" subdirectory ("<b>cd win</b>") then run "<b>nmake /f Makefile.msc</b>". Alternatively, the batch file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to detect and use the latest installed version of MSVC. <li><p><i>Cygwin</i> → The same as other unix-like systems. It is recommended to configure using: "<b>configure --disable-internal-sqlite</b>", making sure you have the "libsqlite3-devel" , "zlib-devel" and "openssl-devel" packages installed first. </ol> </ol> |
| | | | > > > > > > > > |
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
<li><p><i>MinGW/MinGW-w64</i> → Use the mingw makefile: "<b>make -f win/Makefile.mingw</b>". On a Windows box you will need either Cygwin or Msys as build environment. On Cygwin, Linux or Darwin you may want to make minor edits to win/Makefile.mingw to configure the cross-compile environment. <li><p><i>MSVC</i> → Use the MSVC makefile. First change to the "win/" subdirectory ("<b>cd win</b>") then run "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to detect and use the latest installed version of MSVC. To enable the optional <a href="http://www.openssl.org/">OpenSSL</a> support, first make sure that some recent <a href="http://www.perl.org/">Perl</a> binaries are installed locally and then run one of the following commands: <blockquote><pre> nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 PERLDIR=C:\full\path\to\Perl\bin buildmsvc.bat FOSSIL_ENABLE_SSL=1 PERLDIR=C:\full\path\to\Perl\bin </pre></blockquote> <li><p><i>Cygwin</i> → The same as other unix-like systems. It is recommended to configure using: "<b>configure --disable-internal-sqlite</b>", making sure you have the "libsqlite3-devel" , "zlib-devel" and "openssl-devel" packages installed first. </ol> </ol> |