sudo apt install libsamplerate0-dev libwxgtk3.0-gtk3-dev libasound2-devcd ~
git clone https://github.com/g4klx/M17Clientcd ~/M17Client/Daemon
make -j$(nproc)
sudo make installsudo cp M17Client.ini /etc/M17Client.ini
sudo nano /etc/M17Client.iniYou must double-check the [Modem] stanza to ensure you have the proper modem/hotspot Port and Speed set.
cp CodePlug.ini ~/CodePlug.ini
nano ~/CodePlug.inicd ~/M17Client/GUI
make -j$(nproc)
sudo make installIf you have set Daemon=0 in your M17Client.ini file, you will need two terminal windows.
Start the M17Client Daemon:
M17ClientStart the M17GUI (In a new terminal window/tab if necessary):
M17GUI
Excellent, concise info. But I ran into a problem compiling M17Client GUI under 64 bit Raspberry Pi OS/Bullseye. The GUI make began normally, then the entire Pi died. Before compiling, I had updated the package index and all packages. I am guessing the prerequisites may need to be changed under the later OS version.
Looking for suggestions to fix and successfully install M17CLient. Thanks.