Re: [Discuss-gnuradio] Build GR w/o GUI

2012-05-25 Thread Michael Dickens
On May 25, 2012, at 12:51 PM, Philip Balister wrote: > wxwidgets are not on the the e100, so no worries there. You will need to > disable the QT stuff though. I'm not certain what the variable is though. -DENABLE_GR_QTGUI=ON/OFF ___ Discuss-gnuradio ma

Re: [Discuss-gnuradio] Build GR w/o GUI

2012-05-25 Thread Philip Balister
On 05/25/2012 12:37 PM, Nowlan, Sean wrote: > Is there a one-stop-shop command to disable building GNU Radio without the > GUI? I want to save build time on E100 and don't need it. > > My best guess is "cmake -DENABLE_GR_WXGUI=False ../", but I don't know if > there are other dependencies or GUI

[Discuss-gnuradio] Build GR w/o GUI

2012-05-25 Thread Nowlan, Sean
Is there a one-stop-shop command to disable building GNU Radio without the GUI? I want to save build time on E100 and don't need it. My best guess is "cmake -DENABLE_GR_WXGUI=False ../", but I don't know if there are other dependencies or GUI components that also can be explicitly disabled. Tha