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
This commit is contained in:
Bill Somerville 2017-08-02 15:28:17 +00:00
parent b5b3ffbfbf
commit 0fad8e9327
1 changed files with 6 additions and 3 deletions

View File

@ -61,9 +61,10 @@ $ cd ~/hamlib-prefix
$ git clone git://git.code.sf.net/u/bsomervi/hamlib src $ git clone git://git.code.sf.net/u/bsomervi/hamlib src
$ cd src $ cd src
$ git checkout integration $ git checkout integration
$ ./bootstrap
$ mkdir ../build $ mkdir ../build
$ cd ../build $ cd ../build
$ ../src/autogen.sh --prefix=$HOME/hamlib-prefix \ $ ../src/configure --prefix=$HOME/hamlib-prefix \
--disable-shared --enable-static \ --disable-shared --enable-static \
--without-cxx-binding --disable-winradio \ --without-cxx-binding --disable-winradio \
CFLAGS="-fdata-sections -ffunction-sections" \ CFLAGS="-fdata-sections -ffunction-sections" \
@ -145,9 +146,10 @@ $ cd ~/hamlib-prefix
$ git clone git://git.code.sf.net/u/bsomervi/hamlib src $ git clone git://git.code.sf.net/u/bsomervi/hamlib src
$ cd src $ cd src
$ git checkout integration $ git checkout integration
$ ./bootstrap
$ mkdir ../build $ mkdir ../build
$ cd ../build $ cd ../build
../src/autogen.sh --prefix=$HOME/hamlib-prefix \ ../src/configure --prefix=$HOME/hamlib-prefix \
--disable-shared --enable-static \ --disable-shared --enable-static \
--without-cxx-binding --disable-winradio \ --without-cxx-binding --disable-winradio \
CC=<path-to-Qt-MinGW-tools>/gcc \ CC=<path-to-Qt-MinGW-tools>/gcc \
@ -234,6 +236,7 @@ $ cd ~/hamlib-prefix
$ git clone git://git.code.sf.net/u/bsomervi/hamlib src $ git clone git://git.code.sf.net/u/bsomervi/hamlib src
$ cd src $ cd src
$ git checkout integration $ git checkout integration
$ ./bootstrap
The integration branch is my system testing branch which has all my The integration branch is my system testing branch which has all my
latest published changes. latest published changes.
@ -241,7 +244,7 @@ latest published changes.
To build: To build:
$ cd ~/hamlib-prefix/build $ cd ~/hamlib-prefix/build
$ ../src/autogen.sh \ $ ../src/configure \
--enable-static \ --enable-static \
--disable-shared \ --disable-shared \
--disable-winradio \ --disable-winradio \