raspberry_pi_igate
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
raspberry_pi_igate [2023/01/08 14:46] – [Before You Begin] ei5ieb | raspberry_pi_igate [2025/06/08 19:30] (current) – [Direwolf First Test] ei5iyb | ||
---|---|---|---|
Line 74: | Line 74: | ||
==== Install Dependencies ==== | ==== Install Dependencies ==== | ||
- | sudo apt install git build-essential libasound2-dev libudev-dev rsyslog logrotate | + | sudo apt install git gcc g++ make cmake build-essential libasound2-dev libudev-dev libavahi-client-dev rsyslog logrotate |
| | ||
==== Get Direwolf Source Code and build it ===== | ==== Get Direwolf Source Code and build it ===== | ||
cd ~ | cd ~ | ||
- | git clone http:// | + | git clone https:// |
cd direwolf | cd direwolf | ||
git checkout dev | git checkout dev | ||
mkdir build && cd build | mkdir build && cd build | ||
cmake -DUNITTEST=1 .. | cmake -DUNITTEST=1 .. | ||
- | make | + | make -j4 |
make test | make test | ||
sudo make install | sudo make install | ||
Line 100: | Line 100: | ||
Pointless to continue without audio device. | Pointless to continue without audio device. | ||
- | The default configuration files created in youi home directory provide a good starting point. | + | The default configuration files created in your home directory provide a good starting point. |
Since we are setting up a receive only iGate using a RTL-SDR Dongle we will be using the sdr.conf file. | Since we are setting up a receive only iGate using a RTL-SDR Dongle we will be using the sdr.conf file. | ||
raspberry_pi_igate.1673189214.txt.gz · Last modified: by ei5ieb