Changeset 678 for trunk/README.win32

Show
Ignore:
Timestamp:
17/08/08 13:22:33 (5 months ago)
Author:
ono
Message:

Add stream compression support and zlib1 dependencies.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README.win32

    r673 r678  
    4848      Remember to apply the patch you find there too. 
    4949 
    50    6. http://dev.mysql.com/downloads/mysql/5.0.html 
     50   6. http://www.zlib.net/ 
     51 
     52      zlib sources, linking to: zlib1.lib, convert & use VC project files at: 
     53      projects/visualc6, link to Win32_DLL_ASM_Release. If you encounter MASM 
     54      error: 
     55         .\inffas32.asm(647) : error A2070: invalid instruction operands 
     56      Add a "dword ptr" type qualifier before "[esp]" as described here: 
     57      http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=166511 
     58 
     59   7. http://dev.mysql.com/downloads/mysql/5.0.html 
    5160 
    5261      MySQL, auth & storage module, binary, linking to: libmysql.lib 
    5362 
    54    7. http://www.sqlite.org/download.html 
     63   8. http://www.sqlite.org/download.html 
    5564 
    5665      SQLite, auth & storage module, source, linking to: sqlite3.lib. Since 
     
    5867      sqlite-source-3.x.zip from SQLite downloads. 
    5968 
    60    8. http://tortoisesvn.tigris.org/ 
     69   9. http://tortoisesvn.tigris.org/ 
    6170 
    6271      TortoiseSVN with SubWCRev tool binary to generate version.h and version.wxi. 
     
    6473      (Done by default by TortoiseSVN installer) 
    6574 
    66    9. http://wix.sourceforge.net/releases/ 
     75  10. http://wix.sourceforge.net/releases/ 
    6776 
    6877      WiX 3.0.4401.0 or newer for building MSI jabberd2 setup inside VS2005 IDE 
    6978 
    70   10. http://www.activestate.com/store/activeperl/download/ 
     79  11. http://www.activestate.com/store/activeperl/download/ 
    7180 
    7281      ActivePerl (or any Perl distribution) perl command present in PATH