Skip to content

Commit

Permalink
rtl-433 building from source for fresh update
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed May 26, 2024
1 parent fee103a commit bba3bd4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/sdr_softwares.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,15 @@ function inspection_decoding_tools () {
installfromnet "pip3 install cython"
installfromnet "pip3 install urh"
goodecho "[+] Installing rtl_433 tools"
installfromnet "apt-fast install -y rtl-433"
[ -d /root/thirdparty ] || mkdir /root/thirdparty
cd /root/thirdparty
installfromnet "git clone https://github.com/merbanan/rtl_433.git"
cd rtl_433/ \
&& mkdir build \
&& cd build \
&& cmake ../ \
&& make -j$(nproc) && sudo make install
cd /root
}

function qsstv_soft_install () {
Expand Down

0 comments on commit bba3bd4

Please sign in to comment.