Fossil SCM
Further enhancements to the build docs.
Commit
fe3887b87305c70b65718b1c8ce1ef3324277ba3
Parent
b575811affe45a4…
1 file changed
+10
-4
+10
-4
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -117,16 +117,22 @@ | ||
| 117 | 117 | <li><p><i>MSVC</i> → Use the MSVC makefile. First |
| 118 | 118 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 119 | 119 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 120 | 120 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 121 | 121 | detect and use the latest installed version of MSVC. To enable |
| 122 | -the optional <a href="http://www.openssl.org/">OpenSSL</a> support, | |
| 123 | -first make sure that some recent <a href="http://www.perl.org/">Perl</a> | |
| 124 | -binaries are installed locally and then run one of the following commands: | |
| 122 | +the optional <a href="https://www.openssl.org/">OpenSSL</a> support, | |
| 123 | +first <a href="https://www.openssl.org/source/">download the official | |
| 124 | +source code for OpenSSL</a> and extract it to an appropriately named | |
| 125 | +"<b>openssl-X.Y.ZA</b>" subdirectory within the local | |
| 126 | +[/tree?ci=trunk&name=compat | compat] directory (e.g. | |
| 127 | +"<b>compat/openssl-1.0.1i</b>"), then make sure that some recent | |
| 128 | +<a href="http://www.perl.org/">Perl</a> binaries are installed locally, | |
| 129 | +and finally run one of the following commands: | |
| 125 | 130 | <blockquote><pre> |
| 126 | 131 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 127 | - | |
| 132 | +</pre></blockquote> | |
| 133 | +<blockquote><pre> | |
| 128 | 134 | buildmsvc.bat FOSSIL_ENABLE_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 129 | 135 | </pre></blockquote> |
| 130 | 136 | |
| 131 | 137 | <li><p><i>Cygwin</i> → The same as other unix-like systems. It is |
| 132 | 138 | recommended to configure using: "<b>configure --disable-internal-sqlite</b>", |
| 133 | 139 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -117,16 +117,22 @@ | |
| 117 | <li><p><i>MSVC</i> → Use the MSVC makefile. First |
| 118 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 119 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 120 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 121 | detect and use the latest installed version of MSVC. To enable |
| 122 | the optional <a href="http://www.openssl.org/">OpenSSL</a> support, |
| 123 | first make sure that some recent <a href="http://www.perl.org/">Perl</a> |
| 124 | binaries are installed locally and then run one of the following commands: |
| 125 | <blockquote><pre> |
| 126 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 127 | |
| 128 | buildmsvc.bat FOSSIL_ENABLE_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 129 | </pre></blockquote> |
| 130 | |
| 131 | <li><p><i>Cygwin</i> → The same as other unix-like systems. It is |
| 132 | recommended to configure using: "<b>configure --disable-internal-sqlite</b>", |
| 133 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -117,16 +117,22 @@ | |
| 117 | <li><p><i>MSVC</i> → Use the MSVC makefile. First |
| 118 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 119 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 120 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 121 | detect and use the latest installed version of MSVC. To enable |
| 122 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 123 | first <a href="https://www.openssl.org/source/">download the official |
| 124 | source code for OpenSSL</a> and extract it to an appropriately named |
| 125 | "<b>openssl-X.Y.ZA</b>" subdirectory within the local |
| 126 | [/tree?ci=trunk&name=compat | compat] directory (e.g. |
| 127 | "<b>compat/openssl-1.0.1i</b>"), then make sure that some recent |
| 128 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 129 | and finally run one of the following commands: |
| 130 | <blockquote><pre> |
| 131 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 132 | </pre></blockquote> |
| 133 | <blockquote><pre> |
| 134 | buildmsvc.bat FOSSIL_ENABLE_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 135 | </pre></blockquote> |
| 136 | |
| 137 | <li><p><i>Cygwin</i> → The same as other unix-like systems. It is |
| 138 | recommended to configure using: "<b>configure --disable-internal-sqlite</b>", |
| 139 |