gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r362 - GNUnet-docs/WWW
Date: Thu, 3 Mar 2005 11:25:35 -0800 (PST)

Author: durner
Date: 2005-03-03 11:25:34 -0800 (Thu, 03 Mar 2005)
New Revision: 362

Modified:
   GNUnet-docs/WWW/hacking_win32_build.php3
Log:
design

Modified: GNUnet-docs/WWW/hacking_win32_build.php3
===================================================================
--- GNUnet-docs/WWW/hacking_win32_build.php3    2005-03-03 19:18:24 UTC (rev 
361)
+++ GNUnet-docs/WWW/hacking_win32_build.php3    2005-03-03 19:25:34 UTC (rev 
362)
@@ -110,41 +110,42 @@
   <li>
     <b><?php W("MySQL");?></b>
     <?php BR();W("As an alternative to SQLite, GNUnet also supports MySQL."); 
?>
-    <li>
-       <?php 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>
-       <?php W("Create a temporary build directory (c:\mysql)"); ?>
-    </li>
-    <li>
-       <?php W("Copy the directories include\ and lib\ from the MySQL 
directory to the new directory"); ?>
-    </li>
-    <li>
-       <?php 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>
-       <?php W("Move lib\opt\libmysql.dll to lib\libmysql.dll"); ?>
-    </li>
-    <li>
-       <?php 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>
-       <?php W("Copy include\* to include\mysql\\"); ?>
-    </li>
-    <li>
-       <?php W("Pass \"--with-mysql=/c/mysql\" to ./configure and copy 
libmysql.dll to your PATH or GNUnet's bin\ directory"); ?>
-    </li>
+    <ol>
+           <li>
+               <?php 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>
+               <?php W("Create a temporary build directory (c:\mysql)"); ?>
+           </li>
+           <li>
+               <?php W("Copy the directories include\ and lib\ from the MySQL 
directory to the new directory"); ?>
+           </li>
+           <li>
+               <?php 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
+patch -p 0 < mysql_def03.diff"); ?>
+           </li>
+           <li>
+               <?php W("Move lib\opt\libmysql.dll to lib\libmysql.dll"); ?>
+           </li>
+           <li>
+               <?php 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>
+               <?php W("Copy include\* to include\mysql\\"); ?>
+           </li>
+           <li>
+               <?php W("Pass \"--with-mysql=/c/mysql\" to ./configure and copy 
libmysql.dll to your PATH or GNUnet's bin\ directory"); ?>
+           </li>
+    </ol>
   </li>
   <li>
     <b><?php W("GTK+"); ?></b>





reply via email to

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