项目作者: jtdx-project

项目描述 :
Ham radio control library modified for JTDX
高级语言: C
项目地址: git://github.com/jtdx-project/jtdxhamlib.git
创建时间: 2020-02-21T14:46:07Z
项目社区:https://github.com/jtdx-project/jtdxhamlib

开源协议:Other

下载


jtdxhamlib

Modified hamlib for jtdx. \
For building: \
$ mkdir ~/hamlib-prefix \
$ cd ~/hamlib-prefix \
$ git clone git://github.com/jtdx-project/jtdxhamlib src \
$ cd src \
$ ./bootstrap \
$ mkdir ../build \
$ cd ../build \
$ ../src/configure —prefix=$HOME/hamlib-prefix \
—disable-shared —enable-static \
—without-cxx-binding —disable-winradio \
CFLAGS=”-g -O2 -fdata-sections -ffunction-sections” \
LDFLAGS=”-Wl,—gc-sections” \
$ make \
$ make install-strip \