mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-12 23:26:10 -05:00
8 lines
214 B
Bash
8 lines
214 B
Bash
|
# CubicSDR
|
||
|
cd $HOME/build
|
||
|
mkdir cjcliffe/CubicSDR-build
|
||
|
cd cjcliffe/CubicSDR-build
|
||
|
cmake ../CubicSDR -DCMAKE_BUILD_TYPE=Release -DwxWidgets_CONFIG_EXECUTABLE=$HOME/build/wxWidgets/staticlib/bin/wx-config
|
||
|
make -j2
|
||
|
|