[netperf-dev] netperf4 commit notice r105 - branches/glib_migration

raj at netperf.org raj at netperf.org
Fri Mar 24 16:31:19 PST 2006


Author: raj
Date: 2006-03-24 16:31:18 -0800 (Fri, 24 Mar 2006)
New Revision: 105

Modified:
   branches/glib_migration/AUTHORS
   branches/glib_migration/README.windows
Log:
Some thankyou's and other misc stuff related to Windows compilation


Modified: branches/glib_migration/AUTHORS
===================================================================
--- branches/glib_migration/AUTHORS	2006-03-24 23:49:11 UTC (rev 104)
+++ branches/glib_migration/AUTHORS	2006-03-25 00:31:18 UTC (rev 105)
@@ -15,4 +15,17 @@
 initiailization.
 
 Simon Leinen
-Initial Solaris (9) porting work. Misc bug fixes.
\ No newline at end of file
+Initial Solaris (9) porting work. Misc bug fixes.
+
+
+I would also like to single-out the following for their indirect
+contributions.
+
+Igor Zlatkovic
+For consumate patience in matters concerning libxml2 under Windows
+
+Tor Lillqvist
+For consumate patience in matters concerning glib-2.0 under Windows
+
+Daniel Veillard
+For consumate patience in patters concerning libxml2 in general
\ No newline at end of file

Modified: branches/glib_migration/README.windows
===================================================================
--- branches/glib_migration/README.windows	2006-03-24 23:49:11 UTC (rev 104)
+++ branches/glib_migration/README.windows	2006-03-25 00:31:18 UTC (rev 105)
@@ -1 +1,41 @@
-Netperf4 has yet to be compiled under any flavor of Windows.
\ No newline at end of file
+Netperf4 presently compiles under Windows - that is one can get a
+cleanly compiled netperf and netserver binary.
+
+What isn't done yet is compiling nettest_bsd.c (or any of the other
+nettest_mumble.c files) as a DLL to be loaded at runtime, so things
+are not terribly interesting :) The DLL's will entail cloning one of
+NetPerfDir or NetServerDir and munging the sources file therein to
+have a target of DLL and to use the apropriate source file(s).
+
+There are a number of dependencies that have to be satisfied:
+
+libxml2 development and runtime
+  iconv runtime
+  zlib  runtime
+
+For those follow the download links from:
+
+http://www.xmlsoft.org/downloads.html
+
+to Igor Zlatkovic's download site at:
+
+http://www.zlatkovic.com/libxml.en.html
+
+Version 2.6.23 of libxml2, 1.9.1 of iconv and 1.2.3 of zlib are
+presently presumed to be sufficient.  This may change without warning
+as actual tests are run :)
+
+You will also need glib:
+
+glib development and runtime
+  gettext runtime
+
+For those follow the download links from:
+
+http://www.gtk.org/download/  to:
+
+http://www.gtk.org/download/
+
+version 2.8.6 of glib and 0.14.5 of gettext are presently presumed to
+be sufficient.  This may change without warning as actual tests are
+run :)



More information about the netperf-dev mailing list