gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r2831 - GNUnet-docs/WWW
Date: Mon, 15 May 2006 22:08:47 -0700 (PDT)

Author: durner
Date: 2006-05-15 22:08:42 -0700 (Mon, 15 May 2006)
New Revision: 2831

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

Modified: GNUnet-docs/WWW/hacking_win32_build.php3
===================================================================
--- GNUnet-docs/WWW/hacking_win32_build.php3    2006-05-15 21:26:37 UTC (rev 
2830)
+++ GNUnet-docs/WWW/hacking_win32_build.php3    2006-05-16 05:08:42 UTC (rev 
2831)
@@ -45,7 +45,7 @@
        <li>GCC core</li>
        <li>GCC g++</li>
        <li>MSYS</li>
-       <li>MSYS Developer Tool Kit</li>
+       <li>MSYS Developer Tool Kit (msysDTK)</li>
        <li>MSYS Developer Tool Kit - msys-autoconf (bin)</li>
        <li>MSYS Developer Tool Kit - msys-automake (bin)</li>
        <li>MinGW Runtime</li>
@@ -54,11 +54,11 @@
        <li>Binutils</li>
        <li>make</li>
        <li>pdcurses</li>
-       <li>GDB</li>
+       <li>GDB (snapshot)</li>
     </ul>    
     <ol>
        <li><?php W("Install MSYS (to c:\mingw, for example.)"); W("Do 
<strong>not</strong> use spaces in the pathname (c:\program files\mingw)."); 
?></li>
-       <li><?php W("Install MinGW to a subdirectory (to c:\mingw\mingw, for 
example)"); ?></li>
+       <li><?php W("Install MinGW runtime, utilities and GCC to a subdirectory 
(to c:\mingw\mingw, for example)"); ?></li>
        <li><?php W("Install the Development Kit to the MSYS directory 
(c:\mingw)"); ?></li>
        <li>
                <?php W("Create a batch file bash.bat in your MSYS directory 
with the content:");BR();
@@ -68,10 +68,10 @@
                for each compilation step."); ?>
        </li>
        <li><?php W("Start bash.sh and rename (c:\mingw\mingw\)lib\libstdc++.la 
to avoid problems:");
-            BR();PRE("# mv /usr/mingw/lib/libstdc++.la 
/usr/mingw/lib/libstdc++.la.broken");
+            BR();PRE("mv /usr/mingw/lib/libstdc++.la 
/usr/mingw/lib/libstdc++.la.broken");
             ?>
         </li>
-       <li><?php W("Remove the declaration of DATADIR from 
(c:\mingw\mingw\)include\objidl.h (lines 55-58)"); ?></li>
+       <li><?php W("Unpack the Windows API to the MinGW directory 
(c:\mingw\mingw\) and remove the declaration of DATADIR from 
(c:\mingw\mingw\)include\objidl.h (lines 55-58)"); ?></li>
        <li><?php W("Unpack autoconf, automake to the MSYS directory 
(c:\mingw)"); ?></li>
        <li><?php W("Install all other packages to the MinGW directory 
(c:\mingw\mingw\)"); ?></li>
     </ol>
@@ -182,8 +182,12 @@
     <?php BR();
     W("gnunet-gtk and libextractor depend on GTK.");
     BR();
-    W("Get the the binary and developer packages of atk, glib, gtk, iconv, 
gettext-runtime, pango and pkgconfig from %s and unpack it to the MinGW 
directory (c:\mingw\mingw)",
-       extlink_("http://www.gimp.org/~tml/gimp/win32/downloads.html";, "Tor 
Lillqvist"));
+    W("Get the the binary and developer packages of atk, glib, gtk, iconv, 
gettext-runtime, pango from %s and unpack it to the MinGW directory 
(c:\mingw\mingw)",
+       extlink_("ftp://ftp.gtk.org/pub/gtk/v2.6/win32";, "gtk.org"));
+    BR();
+    W("Get pkg-config and libpng from %s and unpack them to the MinGW 
directory (c:\mingw\mingw)",
+       extlink_("Tor Lillqvist", 
"http://www.gimp.org/~tml/gimp/win32/downloads.html";));
+    BR();
     W("Do not overwrite any existing files!");
     ?>
   </li>
@@ -196,7 +200,7 @@
     <ul>
      <li>
        <?php
-       W("Get the Glade and libglade packages (without GTK!) from %s and 
unpack the content of the glade\ directory to the MinGW directory 
(c:\mingw\mingw)",
+       W("Get the Glade and libglade (-bin and -devel) packages (without GTK!) 
from %s and unpack it to the MinGW directory (c:\mingw\mingw)",
                extlink_("http://gladewin32.sourceforge.net";, "GladeWin32"));
        ?>
      </li>
@@ -230,8 +234,8 @@
     <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")));
+       ARRAY(extlink_("download/win32/libgcrypt-1.2.2.zip", "here"),
+        extlink_("download/win32/libgcrypt-1.2.2.zip.asc", "Signature")));
     ?>
   </li>
   <li>





reply via email to

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