Running Fldigi Flmsg and Flwrap on the Raspberry Pi 2

Flmsg

This will compile and install Flmsg.

Remember, the exact paths vary and depend on the version downloaded.

fldigi-pi-09_compile_flmsg-01_prep_and_extract

cd /home/pi/sources/

Extract the Flmsg source archive by entering

tar -zxvf /home/pi/Downloads/flmsg-2.0.12.tar.gz -C /home/pi/sources/

For a description of this command see the Compiling programs – Fldigi section.

fldigi-pi-09_compile_flmsg-02_configure

cd /home/pi/sources/flmsg-2.0.12/

./configure

fldigi-pi-09_compile_flmsg-03_make

Once completed, the “Configuration Summary” will be displayed. Enter

make -j 4

For a description of this command see the Compiling programs – Fldigi section.

fldigi-pi-09_compile_flmsg-04_make_install

sudo make -j 4 install

For a description of this command see the Compiling programs – Fldigi section.

Flmsg is now installed!