Changeset 673
- Timestamp:
- 17/08/08 11:01:23 (3 months ago)
- Files:
-
- 1 modified
-
trunk/README.win32 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.win32
r667 r673 24 24 1. http://josefsson.org/libidn/releases/ 25 25 26 libidn ,sources, linking to: libidn.lib, use win32/libidn.sln to build.26 libidn sources, linking to: libidn.lib, use win32/libidn.sln to build. 27 27 28 28 2. http://www.slproweb.com/products/Win32OpenSSL.html … … 36 36 4. http://josefsson.org/gsasl/releases/ 37 37 38 libgsasl ,sources, linking to: libgsasl.lib, since there are no VC project38 libgsasl sources, linking to: libgsasl.lib, since there are no VC project 39 39 files provided along with sources, please use the ones I provide at: 40 40 http://www.nanoant.com/projects/jabberd2-win32#download 41 41 Remember to apply the patch you find there too. 42 42 43 5. http://dev.mysql.com/downloads/mysql/5.0.html 43 5. http://www.corpit.ru/mjt/udns.html 44 45 udns sources, linking to: udns.lib, since there are no VC project files 46 provided along with sources, please use the ones I provide at: 47 http://www.nanoant.com/projects/jabberd2-win32#download 48 Remember to apply the patch you find there too. 49 50 6. http://dev.mysql.com/downloads/mysql/5.0.html 44 51 45 52 MySQL, auth & storage module, binary, linking to: libmysql.lib 46 53 47 6. http://www.sqlite.org/download.html54 7. http://www.sqlite.org/download.html 48 55 49 56 SQLite, auth & storage module, source, linking to: sqlite3.lib. Since … … 51 58 sqlite-source-3.x.zip from SQLite downloads. 52 59 53 7. http://tortoisesvn.tigris.org/60 8. http://tortoisesvn.tigris.org/ 54 61 55 62 TortoiseSVN with SubWCRev tool binary to generate version.h and version.wxi. … … 57 64 (Done by default by TortoiseSVN installer) 58 65 59 8. http://wix.sourceforge.net/releases/66 9. http://wix.sourceforge.net/releases/ 60 67 61 68 WiX 3.0.4401.0 or newer for building MSI jabberd2 setup inside VS2005 IDE 62 69 63 9. http://www.activestate.com/store/activeperl/download/70 10. http://www.activestate.com/store/activeperl/download/ 64 71 65 72 ActivePerl (or any Perl distribution) perl command present in PATH … … 109 116 110 117 -- 111 Adam Strzelecki <ono@java.pl>, 2008-0 1-30118 Adam Strzelecki <ono@java.pl>, 2008-08-17
