I'm trying to install packet using pat. I have the telnet and ardop up an running.
I'm using PAT v0.10.0. on a Raspberry pi 3+. 2021-01-11-raspios-buster-armhf-full software.
pi@winlink:~/direwolf $ make
The build procedure has changed in version 1.6.
In general, it now looks like this:
Download the source code:
cd ~
git clone
https://www.github.com/wb2osz/direwolf cd direwolf
Optional - Do this to get the latest development version
rather than the latest stable release.
git checkout dev
Build it. There are two new steps not used for earlier releases.
mkdir build && cd build
cmake ..
make -j4
Install:
sudo make install
make install-conf
You will probably need to install additional applications and
libraries depending on your operating system.
More details are in the README.md file.
Questions?
- Extensive documentation can be found in the 'doc' directory.
- Join the discussion forum here:
https://groups.io/g/direwolf