From 0fad8e93276dd25184d868226e5e58c642f29c69 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 2 Aug 2017 15:28:17 +0000 Subject: [PATCH] Update build instructions for latest Hamlib git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7981 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- INSTALL | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 68dc6d3eb..2967e6086 100644 --- a/INSTALL +++ b/INSTALL @@ -61,9 +61,10 @@ $ cd ~/hamlib-prefix $ git clone git://git.code.sf.net/u/bsomervi/hamlib src $ cd src $ git checkout integration +$ ./bootstrap $ mkdir ../build $ cd ../build -$ ../src/autogen.sh --prefix=$HOME/hamlib-prefix \ +$ ../src/configure --prefix=$HOME/hamlib-prefix \ --disable-shared --enable-static \ --without-cxx-binding --disable-winradio \ CFLAGS="-fdata-sections -ffunction-sections" \ @@ -145,9 +146,10 @@ $ cd ~/hamlib-prefix $ git clone git://git.code.sf.net/u/bsomervi/hamlib src $ cd src $ git checkout integration +$ ./bootstrap $ mkdir ../build $ cd ../build - ../src/autogen.sh --prefix=$HOME/hamlib-prefix \ + ../src/configure --prefix=$HOME/hamlib-prefix \ --disable-shared --enable-static \ --without-cxx-binding --disable-winradio \ CC=/gcc \ @@ -234,6 +236,7 @@ $ cd ~/hamlib-prefix $ git clone git://git.code.sf.net/u/bsomervi/hamlib src $ cd src $ git checkout integration +$ ./bootstrap The integration branch is my system testing branch which has all my latest published changes. @@ -241,7 +244,7 @@ latest published changes. To build: $ cd ~/hamlib-prefix/build -$ ../src/autogen.sh \ +$ ../src/configure \ --enable-static \ --disable-shared \ --disable-winradio \