diff options
author | jcorgan | 2008-12-24 08:10:48 +0000 |
---|---|---|
committer | jcorgan | 2008-12-24 08:10:48 +0000 |
commit | 72c625f7e50b65dc3b642112762e9eb1d633bd42 (patch) | |
tree | b83cbb7c9901b2d5fe6fda9dedb127c53b784e02 /README.building-boost | |
parent | 06e7a0313a09ee812061d855a47206ed303eac7f (diff) | |
download | gnuradio-72c625f7e50b65dc3b642112762e9eb1d633bd42.tar.gz gnuradio-72c625f7e50b65dc3b642112762e9eb1d633bd42.tar.bz2 gnuradio-72c625f7e50b65dc3b642112762e9eb1d633bd42.zip |
Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10165 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'README.building-boost')
-rw-r--r-- | README.building-boost | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.building-boost b/README.building-boost index 0e7059de3..511adb58b 100644 --- a/README.building-boost +++ b/README.building-boost @@ -14,7 +14,7 @@ $ cd boost_1_36_0 $ BOOST_PREFIX=/opt/boost_1_36_0 -$ ./configure --prefix=$BOOST_PREFIX --with-libraries=thread,date_time +$ ./configure --prefix=$BOOST_PREFIX --with-libraries=thread,date_time,program_options $ make $ make install |