20 20 * cd into c:\src\openssl
21 21 * perl Configure VC-WIN32 --prefix=c:\msc\extra
22 22 * ms\do_nasm
23 23 * nmake -f ms\nt.mak
24 24 * nmake -f ms\nt.mak install
25 25 * checkout fossil. assume c:\src\fossil
26 26 * cd \src\fossil
27 - * fossil update windowscompilers
28 27 * mkdir msc\
29 28 * cd msc
30 29 * edit ..\win\Makefile.msc to enable SSL and uncomment the SSL LIBS
31 30 * nmake -f ..\win\Makefile.msc
32 31
33 32 <h3>Compiling under windows with Digital Mars C compiler</h3>
34 33 * download [http://www.digitalmars.com/download/freecompiler.html|Digital Mars c-ompiler]. unzip to c:\
................................................................................
36 35 * unzip it and compile
37 36 * open dosbox
38 37 * mkdir c:\DM\extra\lib, c:\DM\extra\include
39 38 * copy zlib.lib c:\DM\extra\lib
40 39 * copy zlib.h and zconf.h to c:\DM\extra\include
41 40 * checkout fossil. assume c:\src\fossil
42 41 * cd \src\fossil
43 - * fossil update windowscompilers
44 42 * mkdir dmc\
45 43 * cd dmc
46 44 * c:\DM\bin\make -f ..\win\Makefile.dmc
47 45
48 46 <h3>Compiling under Wine with Digital Mars C compiler</h3>
49 47 * download [http://www.digitalmars.com/download/freecompiler.html|Digital Mars c-ompiler]. unzip to c:\
50 48 * download the [http://zlib.net/|zlib source].
................................................................................
52 50 * open dosbox "wineconsole cmd"
53 51 * compile zlib
54 52 * mkdir c:\DM\extra\lib, c:\DM\extra\include
55 53 * copy zlib.lib c:\DM\extra\lib
56 54 * copy zlib.h and zconf.h to c:\DM\extra\include
57 55 * checkout fossil. assume c:\src\fossil
58 56 * cd \src\fossil
59 - * fossil update windowscompilers
60 57 * mkdir dmc\
61 58 * cd dmc
62 59 * c:\DM\bin\make -f ..\win\Makefile.dmc
63 60
64 61
65 62 <h3>Compiling under windows with Mingw</h3>
66 63 <h4>Installing the tools.</h4>