diff options
-rwxr-xr-x | README.components | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.components b/README.components index 4190a2c38c..554c121c0c 100755 --- a/README.components +++ b/README.components @@ -95,8 +95,8 @@ CONF_ENABLE_ARGS=" --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-trellis --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-video-sdl --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-wxgui ---with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-sounder ---with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--with-gr-wxgui%--enable-gr-utils +--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--enable-gr-sounder +--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--with-gr-usrp%--with-gr-wxgui%--enable-gr-utils --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gnuradio-examples " @@ -113,6 +113,9 @@ for arg in $CONF_ENABLE_ARGS; do # configure with just one module ./configure --prefix=$PREFIX $CONF_DISABLE_ALL $argspace && + # remove all prior objects + make clean && + # build make $jflag && |