summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2008-08-19 23:09:56 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2008-08-19 23:09:56 +0000
commit2c8ea58e4d76f54c98d71d3fcc64bc29da490908 (patch)
tree2d5021474a22fcea2425903bdc288e1405701f7a /README
parent6039ba34aee72974b0eacc9408627a0fa038dc81 (diff)
Merged features/mp-sched -r8915:9335 into the trunk. The trunk now
contains the SMP aware scheduler. This changeset introduces a dependency on boost 1.35 or later. See source:gnuradio/trunk/README.building-boost for additional info. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9336 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index a3f1d8b0a2..6229ecd204 100644
--- a/README
+++ b/README
@@ -185,12 +185,12 @@ Provides a high performance array type for Python.
http://numpy.scipy.org
http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103
-(6) The Boost C++ Libraries http://www.boost.org
-We use the Smart Pointer library. Most systems already have the boost
-libraries available. In the unlikely event that yours doesn't,
-download the source and follow the build instructions. They're
-different from the normal ./configure && make
+(6) The Boost C++ Libraries (1.35 or later) http://www.boost.org
+
+We use Smart Pointers, the thread library and a bunch of other boost stuff.
+If your system doesn't have boost 1.35 or later, see README.building-boost
+for additional info.
(7) cppunit 1.9.14 or later. http://cppunit.sourceforge.net