Skip to content
DanAnkers edited this page Dec 13, 2011 · 5 revisions

Welcome to the fldigi-dv wiki!

Information in this wiki is in the main specific to the Digital Voice portions of fldigi-dv. It is not intended to replicate or replace other information on the web regarding fldigi.

The digital voice portion of this program is in a preliminary state and not currently expected to work. The program itself should compile and run and any functions other than SSB and FDMDV should work correctly.

Despite this, if you want to install and test the software you can do this by following these steps:

  1. Install all dependencies for compiling the normal fldigi (autotools, FLTK development packages, FFTW3 development packages, etc.)

  2. git clone git://github.com/DanAnkers/fldigi

  3. cd fldigi

  4. git checkout dv-preliminary

  5. autoreconf

  6. automake --add-missing

  7. autoreconf

  8. ./configure

  9. make

You can then run "make install" if you want, but personally I would not recommend it. The executable will be in src/fldigi and I run it directly from there.

The dv-preliminary branch was created based on 3.22.0BC and does not currently merge cleanly with the master branch. The main problem is in confdialog.fl and confdialog.cxx which is derived from it - all other merge conflicts are trivial to do by hand.

Clone this wiki locally