Change version numbering to always include minor release
[debian/gnuradio] / README.building-boost
index 0e7059de3ac21a0969e0fac516daa6a0d33a0a10..511adb58bb16de7f1031e004cd92a0db42218e81 100644 (file)
@@ -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