Line 72:
Line 72:
make distclean
make distclean
./configure CXX=g++-4.9 CC=gcc-4.9 <code>LDFLAGS="-zmuldefs -lasound" CFLAGS="-Wno-unused -Wno-all -Wno-int-conversion"</code>
./configure CXX=g++-4.9 CC=gcc-4.9 <code>LDFLAGS="-zmuldefs -lasound" CFLAGS="-Wno-unused -Wno-all -Wno-int-conversion"</code>
−
make menuselect.makeopts || :
+
make menuselect.makeopts
−
menuselect/menuselect --enable app_rpt --enable chan_beagle --enable chan_tlb --enable chan_usrp --enable chan_rtpdir --enable chan_usbradio --enable chan_simpleusb --enable chan_echolink --enable app_gps --enable chan_voter --enable radio-tune-menu --enable simpleusb-tune-menu menuselect.makeopts || :
+
menuselect/menuselect --enable app_rpt --enable chan_beagle --enable chan_tlb --enable chan_usrp --enable chan_rtpdir --enable chan_usbradio --enable chan_simpleusb --enable chan_echolink --enable app_gps --enable chan_voter --enable radio-tune-menu --enable simpleusb-tune-menu menuselect.makeopts
+
+
You will be taken to the main menuselect screen. Press ESC and "S" to save
+
make
make
make install
make install
+
+
You can optionally install the sample Asterisk config files
+
make samples
make samples
+
+
Note: If you have made any changes and just wish to update the binaries without going through the entire install run:
+
+
make bininstall
== Final ==
== Final ==
There is no guarantee this will work for you. Your mileage may vary.
There is no guarantee this will work for you. Your mileage may vary.