Merged from trunk:

------------------------------------------------------------------------
r7981 | bsomervi | 2017-08-02 16:28:17 +0100 (Wed, 02 Aug 2017) | 1 line

Update build instructions for latest Hamlib
------------------------------------------------------------------------



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@7982 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-08-02 15:29:27 +00:00
parent 078f48e29f
commit 6c88144a8a

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 \