Running Fldigi Flmsg and Flwrap on the Raspberry Pi 2

Flwrap

This will compile and install Flwrap.

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

fldigi-pi-10_compile_flwrap-01_prep_and_extract

cd /home/pi/sources/

Extract the Flwrap source archive by entering
tar -zxvf /home/pi/Downloads/flwrap-1.3.4.tar.gz -C /home/pi/sources/

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

fldigi-pi-10_compile_flwrap-02_configure

cd /home/pi/sources/flwrap-1.3.4/

./configure

fldigi-pi-10_compile_flwrap-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-10_compile_flwrap-04_make_install

sudo make -j 4 install

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

Flwrap is now installed!