Changeset 673

Show
Ignore:
Timestamp:
17/08/08 11:01:23 (3 months ago)
Author:
ono
Message:

Adding udns dependency in the README.win32

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README.win32

    r667 r673  
    2424   1. http://josefsson.org/libidn/releases/ 
    2525 
    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. 
    2727 
    2828   2. http://www.slproweb.com/products/Win32OpenSSL.html 
     
    3636   4. http://josefsson.org/gsasl/releases/ 
    3737 
    38       libgsasl, sources, linking to: libgsasl.lib, since there are no VC project 
     38      libgsasl sources, linking to: libgsasl.lib, since there are no VC project 
    3939      files provided along with sources, please use the ones I provide at: 
    4040      http://www.nanoant.com/projects/jabberd2-win32#download 
    4141      Remember to apply the patch you find there too. 
    4242 
    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 
    4451 
    4552      MySQL, auth & storage module, binary, linking to: libmysql.lib 
    4653 
    47    6. http://www.sqlite.org/download.html 
     54   7. http://www.sqlite.org/download.html 
    4855 
    4956      SQLite, auth & storage module, source, linking to: sqlite3.lib. Since 
     
    5158      sqlite-source-3.x.zip from SQLite downloads. 
    5259 
    53    7. http://tortoisesvn.tigris.org/ 
     60   8. http://tortoisesvn.tigris.org/ 
    5461 
    5562      TortoiseSVN with SubWCRev tool binary to generate version.h and version.wxi. 
     
    5764      (Done by default by TortoiseSVN installer) 
    5865 
    59    8. http://wix.sourceforge.net/releases/ 
     66   9. http://wix.sourceforge.net/releases/ 
    6067 
    6168      WiX 3.0.4401.0 or newer for building MSI jabberd2 setup inside VS2005 IDE 
    6269 
    63    9. http://www.activestate.com/store/activeperl/download/ 
     70  10. http://www.activestate.com/store/activeperl/download/ 
    6471 
    6572      ActivePerl (or any Perl distribution) perl command present in PATH 
     
    109116 
    110117-- 
    111 Adam Strzelecki <ono@java.pl>, 2008-01-30 
     118Adam Strzelecki <ono@java.pl>, 2008-08-17