commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9441 - gnuradio/trunk


From: eb
Subject: [Commit-gnuradio] r9441 - gnuradio/trunk
Date: Thu, 28 Aug 2008 18:25:01 -0600 (MDT)

Author: eb
Date: 2008-08-28 18:25:01 -0600 (Thu, 28 Aug 2008)
New Revision: 9441

Modified:
   gnuradio/trunk/README.hacking
Log:
added note about boost and DISTCHECK_CONFIGURE_FLAGS

Modified: gnuradio/trunk/README.hacking
===================================================================
--- gnuradio/trunk/README.hacking       2008-08-28 19:29:40 UTC (rev 9440)
+++ gnuradio/trunk/README.hacking       2008-08-29 00:25:01 UTC (rev 9441)
@@ -1,6 +1,6 @@
 # -*- Outline -*-
 #
-# Copyright 2004,2007 Free Software Foundation, Inc.
+# Copyright 2004,2007,2008 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -20,11 +20,21 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-
 Random notes on coding conventions, some explanations about why things
 aren't done differently, etc, etc,
 
 
+* Boost 1.35
+
+Until boost 1.35 or later is common in distributions, you'll need to
+build boost from source yourself.  See README.building-boost.
+
+Also, when running make distcheck you'll need to provide the
+DISTCHECK_CONFIGURE_FLAGS.  E.g.,
+
+  $ make distcheck DISTCHECK_CONFIGURE_FLAGS=--with-boost=/opt/boost_1_36_0
+
+
 * C++ and Python
 
 GNU Radio is now a hybrid system.  Some parts of the system are built





reply via email to

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