gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r356 - GNUnet-docs/WWW


From: durner
Subject: [GNUnet-SVN] r356 - GNUnet-docs/WWW
Date: Thu, 3 Mar 2005 10:48:36 -0800 (PST)

Author: durner
Date: 2005-03-03 10:48:35 -0800 (Thu, 03 Mar 2005)
New Revision: 356

Modified:
   GNUnet-docs/WWW/hacking_win32_build.php3
Log:
MySQL for Windows

Modified: GNUnet-docs/WWW/hacking_win32_build.php3
===================================================================
--- GNUnet-docs/WWW/hacking_win32_build.php3    2005-03-03 18:17:45 UTC (rev 
355)
+++ GNUnet-docs/WWW/hacking_win32_build.php3    2005-03-03 18:48:35 UTC (rev 
356)
@@ -108,6 +108,45 @@
     ?>
   </li>
   <li>
+    <b><?php W("MySQL");?></b>
+    <?php BR();W("As an alternative to SQLite, GNUnet also supports MySQL.");
+    <li>
+       W("Get the binary installer from the %s (version 4.1),
+       install it and follow the instructions in %s.",
+       ARRAY(extlink_("http://dev.mysql.com/downloads/mysql/4.1.html#Windows";, 
"MySQL project"),
+               extlink_("https://gnunet.org/svn/GNUnet/doc/README.mysql";, 
"README.mysql")));
+    </li>
+    <li>
+       W("Create a temporary build directory (c:\mysql)");
+    </li>
+    <li>
+       W("Copy the directories include\ and lib\ from the MySQL directory to 
the new directory");
+    </li>
+    <li>
+       W("Get the patches from %s and %s and apply them: ",
+                       
ARRAY(extlink_("http://bugs.mysql.com/bug.php?id=8906&files=1";, "Bug #8906"),
+               extlink_("http://bugs.mysql.com/bug.php?id=8872&files=1";, "Bug 
#8872")));
+       BR();
+       PRE("patch -p 0 < mysql01.diff");
+       BR();
+       PRE("patch -p 0 < mysql_def03.diff");
+    </li>
+    <li>
+       W("Move lib\opt\libmysql.dll to lib\libmysql.dll");
+    </li>
+    <li>
+       W("Change to lib\ and create an import library:");
+       BR();
+       PRE("dlltool --input-def ../include/libmySQL.def --dllname libmysql.dll 
--output-lib libmysqlclient.a -k");
+    </li>
+    <li>
+       W("Copy include\* to include\mysql\");
+    </li>
+    <li>
+       W("Pass \"--with-mysql=/c/mysql\" to ./configure and copy libmysql.dll 
to your PATH or GNUnet's bin\ directory");
+    </li>
+  </li>
+  <li>
     <b><?php W("GTK+"); ?></b>
     <?php BR();
     W("GTK+ is a portable library for GUIs.");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]