Build GR w/o GUI

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.

Thanks,
Sean

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 components that also can be explicitly disabled.

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.

Philip

On May 25, 2012, at 12:51 PM, Philip B. 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