-
Notifications
You must be signed in to change notification settings - Fork 33
Home
Welcome to the dl-fldigi wiki!
More information can be found on the UKHAS wiki
Remember:
To compile from git source :
git submodule init
git submodule update
autoreconf -vfi
./configure --disable-flarq
make
src/dl-fldigi --hab
ERRORS
configure: disabling OSS driver on darwin9.8.0
./configure: line 12647: syntax error near unexpected token `CURL,’
./configure: line 12647: ` PKG_CHECK_MODULES(CURL, libcurl >= 7.10.0, ac_cv_[]curl=yes, ac_cv_[]curl=no)’
On Mac OS X using Macports you get the classic pkg-config errors:
ln -s /opt/local/share/aclocal/pkg.m4 /Users/jamescoxon/Development/dl-fldigi/m4/
If you are using HomeBrew
ln -s /usr/local/share/aclocal/pkg.m4 /Users/jamescoxon/Development/dl-fldigi/m4/
Jobs
Rx_Extract
– allow for detection of start character followed by set number of characters rather than searching for end character (would be useful for pbh flights where they don’t have an reliable end char)
APRS Submit Code
– Get in touch with WB8ELK for code (its in basic so will need porting)