Fossil SCM
Update build infos for Windows.
Commit
8c361b3ac5215b5f371d2779986ba9072a9a4d4e744e46e8654bcfd8fcc148a7
Parent
51292810f8c2a8d…
1 file changed
+7
-4
+7
-4
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -151,21 +151,24 @@ | ||
| 151 | 151 | |
| 152 | 152 | <i>HINT</i>: Do <u>not</u> use MinGW-4.x, it may compile but the Fossil binary |
| 153 | 153 | will not work correctly, see |
| 154 | 154 | [https://fossil-scm.org/home/tktview/18cff45a4e210430e24c | ticket]. |
| 155 | 155 | |
| 156 | -<li><p><i>MSVC</i> → Use the MSVC makefile. First | |
| 156 | +<li><p><i>MSVC</i> → Use the MSVC makefile. | |
| 157 | + | |
| 158 | +Run all of the following from a "x64 Native Tools Command Prompt". | |
| 159 | + | |
| 160 | +First | |
| 157 | 161 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 158 | 162 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 159 | 163 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 160 | 164 | detect and use the latest installed version of MSVC.<br><br>To enable |
| 161 | 165 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 162 | 166 | first <a href="https://www.openssl.org/source/">download the official |
| 163 | 167 | source code for OpenSSL</a> and extract it to an appropriately named |
| 164 | -"<b>openssl-X.Y.ZA</b>" subdirectory within the local | |
| 165 | -[/tree?ci=trunk&name=compat | compat] directory (e.g. | |
| 166 | -"<b>compat/openssl-1.1.1g</b>"), then make sure that some recent | |
| 168 | +"<b>openssl</b>" subdirectory within the local | |
| 169 | +[/tree?ci=trunk&name=compat | compat] directory then make sure that some recent | |
| 167 | 170 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 168 | 171 | and finally run one of the following commands: |
| 169 | 172 | <blockquote><pre> |
| 170 | 173 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 171 | 174 | </pre></blockquote> |
| 172 | 175 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -151,21 +151,24 @@ | |
| 151 | |
| 152 | <i>HINT</i>: Do <u>not</u> use MinGW-4.x, it may compile but the Fossil binary |
| 153 | will not work correctly, see |
| 154 | [https://fossil-scm.org/home/tktview/18cff45a4e210430e24c | ticket]. |
| 155 | |
| 156 | <li><p><i>MSVC</i> → Use the MSVC makefile. First |
| 157 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 158 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 159 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 160 | detect and use the latest installed version of MSVC.<br><br>To enable |
| 161 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 162 | first <a href="https://www.openssl.org/source/">download the official |
| 163 | source code for OpenSSL</a> and extract it to an appropriately named |
| 164 | "<b>openssl-X.Y.ZA</b>" subdirectory within the local |
| 165 | [/tree?ci=trunk&name=compat | compat] directory (e.g. |
| 166 | "<b>compat/openssl-1.1.1g</b>"), then make sure that some recent |
| 167 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 168 | and finally run one of the following commands: |
| 169 | <blockquote><pre> |
| 170 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 171 | </pre></blockquote> |
| 172 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -151,21 +151,24 @@ | |
| 151 | |
| 152 | <i>HINT</i>: Do <u>not</u> use MinGW-4.x, it may compile but the Fossil binary |
| 153 | will not work correctly, see |
| 154 | [https://fossil-scm.org/home/tktview/18cff45a4e210430e24c | ticket]. |
| 155 | |
| 156 | <li><p><i>MSVC</i> → Use the MSVC makefile. |
| 157 | |
| 158 | Run all of the following from a "x64 Native Tools Command Prompt". |
| 159 | |
| 160 | First |
| 161 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 162 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 163 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 164 | detect and use the latest installed version of MSVC.<br><br>To enable |
| 165 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 166 | first <a href="https://www.openssl.org/source/">download the official |
| 167 | source code for OpenSSL</a> and extract it to an appropriately named |
| 168 | "<b>openssl</b>" subdirectory within the local |
| 169 | [/tree?ci=trunk&name=compat | compat] directory then make sure that some recent |
| 170 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 171 | and finally run one of the following commands: |
| 172 | <blockquote><pre> |
| 173 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 174 | </pre></blockquote> |
| 175 |