commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9186 - gnuradio/branches/developers/n4hy


From: n4hy
Subject: [Commit-gnuradio] r9186 - gnuradio/branches/developers/n4hy
Date: Wed, 6 Aug 2008 11:17:29 -0600 (MDT)

Author: n4hy
Date: 2008-08-06 11:17:29 -0600 (Wed, 06 Aug 2008)
New Revision: 9186

Added:
   gnuradio/branches/developers/n4hy/README.building-boost-1.35
Log:
removing mistake

Copied: gnuradio/branches/developers/n4hy/README.building-boost-1.35 (from rev 
9185, gnuradio/branches/developers/n4hy/mps_qt/README.building-boost-1.35)
===================================================================
--- gnuradio/branches/developers/n4hy/README.building-boost-1.35                
                (rev 0)
+++ gnuradio/branches/developers/n4hy/README.building-boost-1.35        
2008-08-06 17:17:29 UTC (rev 9186)
@@ -0,0 +1,39 @@
+Until boost 1.35 (or later) ships with the distributions, you'll need
+to download and build it yourself.  It's not hard, and it can
+peacefully coexist with earlier versions of boost.
+
+Download the latest version of boost 1.35 from boost.sourceforge.net.
+(boost_1_35_0.tar.bz2 was the latest when this was written)
+
+unpack it somewhere
+cd into the resulting directory
+
+$ cd boost_1_35_0
+
+# Pick a prefix to install it into.  I used /opt/boost_1_35_0
+
+$ BOOST_PREFIX=/opt/boost_1_35_0
+
+$ ./configure --prefix=$BOOST_PREFIX --with-libraries=thread,date_time
+$ make
+$ make install
+
+# Done!  That was easy!
+
+----------------------------------------------------------------
+
+Now, tell gnuradio where to find it:
+
+N.B., if you have an earlier version of boost installed in one of the
+system directory paths, under Linux -- and maybe other systems --
+you'll need to export LD_LIBRARY_PATH.
+
+$ export LD_LIBRARY_PATH=$BOOST_PREFIX/lib
+
+$ cd <path-to-top-of-gnuradio-tree>
+$ ./bootstrap
+$ ./configure --with-boost=$BOOST_PREFIX  # plus whatever config args you 
usually use
+
+$ make && make check
+$ sudo make install
+





reply via email to

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