mirror of https://github.com/lwvmobile/dsd-fme.git
Updated Install on Ubuntu 20.04 22.04 (markdown)
parent
c59989b993
commit
fea7997edf
|
|
@ -10,10 +10,4 @@
|
|||
|
||||
Or if you prefer you can copy paste this code below to an install.sh script for unattendend install.
|
||||
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
sudo apt install -y git make cmake socat libitpp-dev libsndfile1-dev portaudio19-dev gcc g++ sox librtlsdr-dev libncurses5-dev libncursesw5-dev pulseaudio libpulse-dev
|
||||
git clone https://github.com/szechyjs/mbelib
|
||||
git clone --branch pulseaudio https://github.com/lwvmobile/dsd-fme
|
||||
cd mbelib; mkdir build; cd build; cmake .. ; make; sudo make install; cp libmbe* /usr/lib
|
||||
cd ~
|
||||
cd dsd-fme; mkdir build; cd build; cmake .. ; make; sudo make install
|
||||
sudo apt update && sudo apt upgrade -y && sudo apt install -y git make cmake socat libitpp-dev libsndfile1-dev portaudio19-dev gcc g++ sox librtlsdr-dev libncurses5-dev libncursesw5-dev pulseaudio libpulse-dev && git clone https://github.com/szechyjs/mbelib && git clone --branch pulseaudio https://github.com/lwvmobile/dsd-fme && cd mbelib; mkdir build; cd build; cmake .. ; make; sudo make install; cp libmbe* /usr/lib && cd ~ && cd dsd-fme; mkdir build; cd build; cmake .. ; make; sudo make install
|
||||
Loading…
Reference in New Issue