Changeset 678 for trunk/README.win32
- Timestamp:
- 17/08/08 13:22:33 (5 months ago)
- Files:
-
- 1 modified
-
trunk/README.win32 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.win32
r673 r678 48 48 Remember to apply the patch you find there too. 49 49 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 51 60 52 61 MySQL, auth & storage module, binary, linking to: libmysql.lib 53 62 54 7. http://www.sqlite.org/download.html63 8. http://www.sqlite.org/download.html 55 64 56 65 SQLite, auth & storage module, source, linking to: sqlite3.lib. Since … … 58 67 sqlite-source-3.x.zip from SQLite downloads. 59 68 60 8. http://tortoisesvn.tigris.org/69 9. http://tortoisesvn.tigris.org/ 61 70 62 71 TortoiseSVN with SubWCRev tool binary to generate version.h and version.wxi. … … 64 73 (Done by default by TortoiseSVN installer) 65 74 66 9. http://wix.sourceforge.net/releases/75 10. http://wix.sourceforge.net/releases/ 67 76 68 77 WiX 3.0.4401.0 or newer for building MSI jabberd2 setup inside VS2005 IDE 69 78 70 1 0. http://www.activestate.com/store/activeperl/download/79 11. http://www.activestate.com/store/activeperl/download/ 71 80 72 81 ActivePerl (or any Perl distribution) perl command present in PATH
