Changes To compillingOnWindows
Not logged in

Changes to "compillingOnWindows" between 2012-03-18 20:40:37 and 2012-11-30 13:10:11

    62     62     *  mkdir dmc\
    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         -  *  download [http://sourceforge.net/projects/mingw/files/|mingw-xx.exe] version 5.1.6 or later. Install it. I assume it will be installed in <strong>c:\MingW</strong>
    70         -  *  download [http://sourceforge.net/projects/mingw/files/|msys-xx.exe] version 1.0.10 or later. Install it. I assume it will be installed in <strong>c:\msys</strong>
    71         -  *  download [http://gnuwin32.sourceforge.net/packages/zlib.htm|zlib] the binary and developer files. Extract to <strong>c:\MingW</strong>
           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.
    72     70     *  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>
    73         -  *  download [http://www.fossil-scm.org/download.html|fossil] and copy fossil.exe to <strong>c:\MingW\bin</strong>
    74     71   
    75     72   <h4>Getting fossil source code</h4>
    76         -  *  start msys. This will start a bash shell. 
    77         -  *  mkdir fossil; cd fossil
    78         -  *  clone fossil repository. e.g. fossil clone http://www.fossil-scm.org/ myclone.fossil
    79         -  *  mkdir src; cd src
    80         -  *  fossil  open ../myclone.fossil
           73  +Log on as Anonymous, go to the Timeline section, and download the latest development source code. Just unzip the Fossil file anywhere you want.
    81     74   
    82     75   <h4>Compiling fossil source code</h4>
    83     76     *  If you want <strong>https</strong> supports
    84     77        <ul><li>make -f Makefile.w32 FOSSIL_ENABLE_SSL=1 LIB="-lssl -lcrypto -lgdi32 -lmingwex -lz -lws2_32"</li> </ul>
    85         -  *  else do make -f Makefile.w32 
           78  +  *  else, cd c:\mingw, and run make -f win/Makefile.mingw. The compiled fossil.exe will be available at the root in c:\mingw.
    86     79    
    87     80   <h3>Compiling under windows with PellesC</h3>
    88     81     *  download and install [http://www.smorgasbordet.com/pellesc/index.htm|PellesC] C-compiler
    89     82     *  download a windows version of gnu-make([http://unxutils.sourceforge.net/])
    90     83     *  download the zlib source and unzip
    91     84     *  checkout fossil
    92     85     *  edit Makefile.PellesCGMake and check paths