From b9179c13572b6b9f56bf2ee0e2a400cd65e2d7b1 Mon Sep 17 00:00:00 2001 From: James Coxon Date: Wed, 14 Jul 2010 12:07:19 +0100 Subject: [PATCH] updated INSTALL.dl-fldigi with guides to compile dl-fldigi on OS X, Linux and Windows --- INSTALL.dl-fldigi | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/INSTALL.dl-fldigi b/INSTALL.dl-fldigi index a05c88a9..25f2f8e8 100644 --- a/INSTALL.dl-fldigi +++ b/INSTALL.dl-fldigi @@ -1,4 +1,21 @@ +On Linux: $ autoreconf -fi -$ ./configure +$ ./configure --disable-flarq $ make $ src/dl-fldigi --hab + +For ubuntu more information can be found: http://ukhas.org.uk/projects:dl-fldigi:build-ubuntu + +On OS X: +$ ln -s /opt/local/share/aclocal/pkg.m4 ~/dl-fldigi/m4/ +$ autoreconf -fi +$ ./configure --disable-flarq +$ make +$ src/dl-fldigi --hab +$ cp src/dl-fldgi-3.20.16/* /Applications/ +To create an appbundle +$make appbundle + +On Windows: +To build dl-fldigi you will need to cross compile from linux - the build scripts +can be found here: http://github.com/danielrichman/dl-fldigi-windows-build