gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r357 - GNUnet-docs/WWW
Date: Thu, 3 Mar 2005 10:58:52 -0800 (PST)

Author: durner
Date: 2005-03-03 10:58:51 -0800 (Thu, 03 Mar 2005)
New Revision: 357

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

Modified: GNUnet-docs/WWW/hacking_win32_build.php3
===================================================================
--- GNUnet-docs/WWW/hacking_win32_build.php3    2005-03-03 18:48:35 UTC (rev 
356)
+++ GNUnet-docs/WWW/hacking_win32_build.php3    2005-03-03 18:58:51 UTC (rev 
357)
@@ -109,41 +109,41 @@
   </li>
   <li>
     <b><?php W("MySQL");?></b>
-    <?php BR();W("As an alternative to SQLite, GNUnet also supports MySQL.");
+    <?php BR();W("As an alternative to SQLite, GNUnet also supports MySQL."); 
?>
     <li>
-       W("Get the binary installer from the %s (version 4.1),
+       <?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")));
+               extlink_("https://gnunet.org/svn/GNUnet/doc/README.mysql";, 
"README.mysql"))); ?>
     </li>
     <li>
-       W("Create a temporary build directory (c:\mysql)");
+       <?php 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");
+       <?php 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: ",
+       <?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");
+       PRE("patch -p 0 < mysql_def03.diff"); ?>
     </li>
     <li>
-       W("Move lib\opt\libmysql.dll to lib\libmysql.dll");
+       <?php W("Move lib\opt\libmysql.dll to lib\libmysql.dll"); ?>
     </li>
     <li>
-       W("Change to lib\ and create an import library:");
+       <?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");
+       PRE("dlltool --input-def ../include/libmySQL.def --dllname libmysql.dll 
--output-lib libmysqlclient.a -k"); ?>
     </li>
     <li>
-       W("Copy include\* to include\mysql\");
+       <?php 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");
+       <?php W("Pass \"--with-mysql=/c/mysql\" to ./configure and copy 
libmysql.dll to your PATH or GNUnet's bin\ directory"); ?>
     </li>
   </li>
   <li>





reply via email to

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