gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r2888 - GNUnet-docs/WWW
Date: Tue, 23 May 2006 10:12:55 -0700 (PDT)

Author: durner
Date: 2006-05-23 10:12:51 -0700 (Tue, 23 May 2006)
New Revision: 2888

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

Modified: GNUnet-docs/WWW/hacking_win32_build.php3
===================================================================
--- GNUnet-docs/WWW/hacking_win32_build.php3    2006-05-23 17:09:21 UTC (rev 
2887)
+++ GNUnet-docs/WWW/hacking_win32_build.php3    2006-05-23 17:12:51 UTC (rev 
2888)
@@ -262,10 +262,14 @@
    extlink_("user_gnunet.php3",
            "Installation"));
 P();
+W("Before you compile libextractor or GNUnet, be sure to set 
PKG_CONFIG_PATH:");
+P();
+PRE("export PKG_CONFIG_PATH=/mingw/lib/pkgconfig");
+P();
 W("By default, all modules that are created in this way contain debug 
information and are quite large.");
 W("To compile release versions (small and fast) set the variable CFLAGS:");
 P();
-PRE("# CFLAGS='-O2 -march=pentium -fomit-frame-pointer' ./configure 
--prefix=\$HOME --with-extractor=\$HOME");
+PRE("CFLAGS='-O2 -march=pentium -fomit-frame-pointer' ./configure 
--prefix=\$HOME --with-extractor=\$HOME");
 EP();
 H4("Installer");
 BP();





reply via email to

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