Changes To compillingOnWindows
Not logged in

Changes to "compillingOnWindows" between 2010-08-29 06:35:30 and 2010-08-29 16:41:33

    16     16     *  nmake win32\Makefile.msc
    17     17     *  copy zlib.lib c:\msc\extra\lib
    18     18     *  copy zlib.h and zconf.h to c:\msc\extra\include
    19     19     *  make sure nasm is in the path
    20     20     *  cd into c:\src\openssl
    21     21     *  perl Configure VC-WIN32 --prefix=c:\msc\extra
    22     22     *  ms\do_nasm
    23         -  *  Edit ms\nt.mak change ASM=nasmw to ASM=nasm
    24     23     *  nmake -f ms\nt.mak
    25     24     *  nmake -f ms\nt.mak install
    26     25     *  checkout fossil. assume c:\src\fossil
    27     26     *  cd \src\fossil
    28     27     *  fossil update windowscompilers
    29     28     *  mkdir msc\
    30     29     *  cd msc
................................................................................
   115    114   <h4>Distribution of cross compiled fossil.exe</h4>
   116    115   Because you have linked against zlib and maybe ssl you need to include from <strong>/usr/i486-mingw32/bin</strong> zlib1.dll and, optional, libssl32.dll (and maybe also libeay32.dll)
   117    116   
   118    117   <h4>testing the cross compiled fossil.exe</h4>
   119    118     *  copy fossil.exe and the dll's to a windows system. For testing purpose all in one directory. For production use a directory in your PATH
   120    119     *  fossil clone http://www.fossil-scm.org/ http.fossil
   121    120     *  If it has <strong>https</strong> support then fossil clone https://www.fossil-scm.org/ https.fossil
   122         -
   123         -
   124         -