Changeset 665 for trunk/README.win32
- Timestamp:
- 13/08/08 17:21:35 (5 months ago)
- Files:
-
- 1 modified
-
trunk/README.win32 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.win32
r512 r665 24 24 1. http://josefsson.org/libidn/releases/ 25 25 26 libidn, sources, linking to: libidn.lib, since there are no VC project 27 files provided along with sources, please use the ones I provide at: 28 http://www.nanoant.com/projects/jabberd2-win32#download 26 libidn, sources, linking to: libidn.lib, use win32/libidn.sln to build. 29 27 30 28 2. http://www.slproweb.com/products/Win32OpenSSL.html … … 53 51 sqlite-source-3.x.zip from SQLite downloads. 54 52 55 7. http://www.zlatkovic.com/pub/libxml/ 56 http://subversion.tigris.org/ 53 7. http://tortoisesvn.tigris.org/ 57 54 58 xsltproc (libxml) for Windows and Subversion (svn-win32) to generate version.h59 from SVN using version.xsl. Put them into the executable PATH. Alternatively you60 can disable jabberd2.rc and version.xsl compilation in the project.55 TortoiseSVN with SubWCRev tool binary to generate version.h and version.wxi. 56 Put TortoiseSVN bin folder into the executable PATH. 57 (Done by default by TortoiseSVN installer) 61 58 62 59 8. http://wix.sourceforge.net/releases/ 63 60 64 WiX 3.0. 3029.0 or newer for building MSI jabberd2 setup inside VS2005 IDE61 WiX 3.0.4401.0 or newer for building MSI jabberd2 setup inside VS2005 IDE 65 62 66 63 After all prerequisite libraries are configured for use within VC open
