diff options
author | eb | 2008-08-29 00:25:01 +0000 |
---|---|---|
committer | eb | 2008-08-29 00:25:01 +0000 |
commit | eb5c6240718e57d6dc81be48cd29f7f3241625d3 (patch) | |
tree | 46dfa6aab89bd7442316efbd05b8eceb47e5c728 /README.hacking | |
parent | 0e57dc43594230d8966d7d1893bad0ae466c5162 (diff) | |
download | gnuradio-eb5c6240718e57d6dc81be48cd29f7f3241625d3.tar.gz gnuradio-eb5c6240718e57d6dc81be48cd29f7f3241625d3.tar.bz2 gnuradio-eb5c6240718e57d6dc81be48cd29f7f3241625d3.zip |
added note about boost and DISTCHECK_CONFIGURE_FLAGS
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9441 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'README.hacking')
-rw-r--r-- | README.hacking | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/README.hacking b/README.hacking index 21274f177..204d07f7c 100644 --- a/README.hacking +++ b/README.hacking @@ -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 |