Skip to content

Commit

Permalink
updated INSTALL.dl-fldigi with guides to compile dl-fldigi on OS X, L…
Browse files Browse the repository at this point in the history
…inux and Windows
  • Loading branch information
jamescoxon committed Jul 14, 2010
1 parent 9f29d42 commit b9179c1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion 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

0 comments on commit b9179c1

Please sign in to comment.