gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r205 - GNUnet-docs/WWW
Date: Mon, 7 Feb 2005 12:23:23 -0800 (PST)

Author: durner
Date: 2005-02-07 12:23:22 -0800 (Mon, 07 Feb 2005)
New Revision: 205

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

Modified: GNUnet-docs/WWW/hacking_win32_build.php3
===================================================================
--- GNUnet-docs/WWW/hacking_win32_build.php3    2005-02-07 20:15:35 UTC (rev 
204)
+++ GNUnet-docs/WWW/hacking_win32_build.php3    2005-02-07 20:23:22 UTC (rev 
205)
@@ -97,44 +97,7 @@
        extlink_("http://sourceforge.net/projects/mingwrep/";, "MinGW 
repository"));
     ?>
   </li>
-<!--
   <li>
-    <b><?php W("GNU dbm"); ?></b>
-    <?php BR();
-    W("One of the supported database systems is GDBM.");
-    BR();
-    W("If you want to use GDBM, get it from the %s and unpack it to the MinGW 
directory (c:\mingw\mingw)",
-       extlink_("http://sourceforge.net/projects/mingwrep/";, "MinGW 
repository"));
-    BR();
-    W("Please note that GDBM is not recommended and does not run on Windows 
2000 and XP.");
-    ?>
-  </li>
-  <li>
-    <b><?php W("Berkeley DB"); ?></b>
-    <?php BR();
-    W("Another supported database is the Berkeley DB.");
-    BR();
-    W("If you want to use BDB, get the source from %s and build &amp; install 
it with:",
-      extlink_("http://www.sleepycat.com/download/db/index.shtml";, "Sleepycat 
Software"));
-    BR();
-    PRE("# cd build_unix &amp;&amp; ../dist/configure --prefix= --enable-mingw 
&amp;&amp; make install");
-    W("The static lib built in this way is known to corrupt databases under 
Windows 98.");
-    BR();
-    W("To create executables that are compatible with Windows 98, create a 
dynamic
-    library (DLL) using Microsoft Visual C, rename it to libdb.dll and copy
-    it to /usr/local/lib (c:\mingw\mingw\lib)");
-    BR();
-    W("You can get a prebuilt DLL from %s (%s)",
-      ARRAY(extlink_("download/win/libdb-4.2.52-win32.zip",
-      "here"), extlink_("download/win/libdb-4.2.52-win32.zip.asc", 
"Signature")));
-    BR();
-    W("It requires the Microsoft C Runtime library which can be obtained from 
%s",
-      
extlink_("http://support.microsoft.com/default.aspx?scid=kb;en-us;259403";,
-      "Microsoft"));
-    ?>
-  </li>
--->
-  <li>
     <b><?php W("SQLite");?></b>
     <?php BR();W("GNUnet uses the SQLite database to store content.");BR();
     W("Get the source from the %s (version 3, \"complete source code\" 
package) and
@@ -181,16 +144,11 @@
     ?>
   </li>
   <li>
-    <b><?php W("OpenSSL");?></b>
-    <?php BR();W("OpenSSL provides the cryptographic functions used by 
GNUnet");BR();
-    W("Get the source from the %s and build &amp; install it with:",
-      extlink_("http://www.openssl.org/source/";, "OpenSSL project"));
-    BR();
-    PRE("./Configure mingw &amp;&amp; make install");
-    BR();
-    W("If the build fails, you can get OpenSSL precompiled from %s (%s).",
-       ARRAY(extlink_("download/win/openssl-0.9.7e-win32.zip", "here"),
-       extlink_("download/win/openssl-0.9.7e-win32.zip.asc", "Signature")));
+    <b><?php W("Libgcrypt");?></b>
+    <?php BR();W("Libgcrypt provides the cryptographic functions used by 
GNUnet");BR();
+    W("Get Libgcrypt from %s (%s) and unpack it to the MinGW directory 
(c:\mingw\mingw)",
+       ARRAY(extlink_("download/win/libgcrypt-1.2.1.zip", "here"),
+        extlink_("download/win/libgcrypt-1.2.1.zip.asc", "Signature")));
     ?>
   </li>
 </ol>





reply via email to

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