63 63 * cd dmc
64 64 * c:\DM\bin\make -f ..\win\Makefile.dmc
65 65
66 66
67 67 <h3>Compiling under windows with Mingw</h3>
68 68 <h4>Installing the tools.</h4>
69 69 * download [http://sourceforge.net/projects/mingw/files/|mingw-get-inst-xx.exe]. Install it using the default <strong>c:\MingW</strong>. Make sure you tell the installer to include MSYS by checking the relevant option.
70 + * Either build a user logon script, or change Windows' system PATH so MinGW finds its programs: C:\MinGW\bin;C:\MinGW\MSYS\1.0\bin, and reboot
70 71 * If you want <strong>https</strong> support download [http://gnuwin32.sourceforge.net/packages/openssl.htm|openssl] the binary and developer files. Extract to <strong>c:\MingW</strong>
71 72
72 73 <h4>Getting fossil source code</h4>
73 74 Log on as Anonymous, go to the Timeline section, and download the latest development source code. Just unzip the Fossil file anywhere you want.
74 75
75 76 <h4>Compiling fossil source code</h4>
76 77 * If you want <strong>https</strong> supports