|
From: Ed <au...@co...> - 2017-02-07 17:22:40
|
On Tue, 7 Feb 2017 12:22:49 -0330 Loren Butler <lb...@co...> wrote: > get this in both flrig and fldigi, never have before You need to build fltk from source. http://www.fltk.org/index.php Ue the latest stable version (1.3.4). Build with this. $ ./configure --enable-xft --enable-threads --enable-shared --enable-x11 $ make $ sudo make install $ sudo ldconfig Also install libxft-dev Have you looked over the wiki ? Ed W3NR |