gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2890 - in GNUnet-docs/WWW: download/win32 test


From: durner
Subject: [GNUnet-SVN] r2890 - in GNUnet-docs/WWW: download/win32 test
Date: Tue, 23 May 2006 13:09:22 -0700 (PDT)

Author: durner
Date: 2006-05-23 13:05:14 -0700 (Tue, 23 May 2006)
New Revision: 2890

Modified:
   GNUnet-docs/WWW/download/win32/Setup-0.7.0e.exe
   GNUnet-docs/WWW/download/win32/Setup-0.7.0e.exe.asc
   GNUnet-docs/WWW/test/user_gnunet.php3
Log:
0.7.0e-2

Modified: GNUnet-docs/WWW/download/win32/Setup-0.7.0e.exe
===================================================================
(Binary files differ)

Modified: GNUnet-docs/WWW/download/win32/Setup-0.7.0e.exe.asc
===================================================================
--- GNUnet-docs/WWW/download/win32/Setup-0.7.0e.exe.asc 2006-05-23 17:29:33 UTC 
(rev 2889)
+++ GNUnet-docs/WWW/download/win32/Setup-0.7.0e.exe.asc 2006-05-23 20:05:14 UTC 
(rev 2890)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3rc2 (MingW32)
 
-iD8DBQBEcKz7vNhSAgn0oeERAqL1AKCHKlfXPqM7M3WR0snooh11tVKcLgCgoibf
-oYrR4sMntbeNCL5aNE5Kz2U=
-=5gRa
+iD8DBQBEc3SkvNhSAgn0oeERAlBMAJ9vCKVagtL/pu1G45hbcRioxIk11ACeKZmM
+rv7Bfm8Dhb7+qwjwiHPDRRU=
+=A/qp
 -----END PGP SIGNATURE-----

Modified: GNUnet-docs/WWW/test/user_gnunet.php3
===================================================================
--- GNUnet-docs/WWW/test/user_gnunet.php3       2006-05-23 17:29:33 UTC (rev 
2889)
+++ GNUnet-docs/WWW/test/user_gnunet.php3       2006-05-23 20:05:14 UTC (rev 
2890)
@@ -20,6 +20,55 @@
 ANCHOR("installation");
 H3("Installation");
 BP();
+W("As listed on the %s, GNUnet is available as ready-to-run software (\"binary 
package\") for a few operating systems.",
+       extlink_("download.php3", "download page"));
+W("If your operating system is not listed there, you will have to build GNUnet 
from source yourself.");
+EP();
+H4("Building GNUnet from source");
+BP();
+W("Because GNUnet is an open source application, you can build and run GNUnet 
even if there are no binary packages available for your operating system.");
+W("GNUnet has been reported to run under the operating systems listed on the 
%s, but there's a good chance that it runs under others, too.", 
extlink_("download page", "download.php3#oses"));
+P();
+W("To build GNUnet for Unix-style operating systems, follow the instructions 
below.");
+W("Instructions on building GNUnet for Windows are %s.", extlink_("here", 
"hacking_win32_build.php3"));
+EP(); ?>
+<ol>
+  <li>
+    <?php
+       echo "<b>";
+       W("Get the dependencies");
+                       echo "</b>";
+       BR();
+       W("GNUnet requires a few other libraries to be installed, such as %s.",
+               extlink_("libextractor", "/libextractor/"));
+       W("Some of these requirements are mandatory, others are optional.");
+       W("It's always a good idea to use the most recent version of 
libextractor.");
+       BR();
+       W("For every binary package which is required by GNUnet, there's a 
so-called \"developer package\".");
+       W("You need them to build GNUnet, too.");
+       BR();
+       W("A rough list of the dependcies is on the %s, a detailed list for the 
operating system %s is available %s.",
+               ARRAY(extlink_("download page", "download.php3#libs"),
+                                       extlink_("Debian GNU/Linux", 
"http://www.debian.org";),
+                                       extlink_("here", 
"https://www.gnunet.org/svn/GNUnet/README.debian";)));
+       W("Please note that libextractor has its own %s.", 
extlink_("requirements", "https://www.gnunet.org/svn/Extractor/README.debian";));
+       W("Dependencies may vary on other operating systems/distributions.");
+       W("You might be able to find equivalent packages for your OS on your 
vendor's homepage.");
+    ?>
+  </li>
+  <li>
+       <?php
+       echo "<b>";
+       W("Build GNUnet");
+                       echo "</b>";
+                       BR();
+                       W("If you didn't download the prepared source from our 
download page, but from the Subversion repository, you have to prepare it 
yourself:");
+                       BR();
+       ?>
+  </li>
+</ol>
+<?php
+BP();
 W("First, in addition to the %s you must download the latest version of %s and 
install that library.",
   ARRAY(intlink_("download.php3", "GNUnet sources"),
        extlink_("/libextractor/", "libextractor")));





reply via email to

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