mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-08 09:36:02 -05:00
11 lines
147 B
Bash
11 lines
147 B
Bash
|
|
||
|
cd $HOME/build
|
||
|
mkdir f4exb && cd f4exb
|
||
|
|
||
|
git clone https://github.com/f4exb/dsdcc.git
|
||
|
|
||
|
cd dsdcc
|
||
|
mkdir build && cd build
|
||
|
cmake ..
|
||
|
sudo make install
|