mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
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:
parent
b5b3ffbfbf
commit
0fad8e9327
9
INSTALL
9
INSTALL
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user