mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-23 19:25:37 -05:00
Add the new rigctlcom utility to the installer as rigctlcom-wsjtx
Thanks to Mike, W9MDB, for this contribution.
This commit is contained in:
parent
b6b1f3b3b6
commit
6ac24e75cb
@ -848,6 +848,7 @@ set (hamlib_STATIC 1)
|
||||
find_package (hamlib 3 REQUIRED)
|
||||
find_program (RIGCTL_EXE rigctl)
|
||||
find_program (RIGCTLD_EXE rigctld)
|
||||
find_program (RIGCTLCOM_EXE rigctlcom)
|
||||
|
||||
message (STATUS "hamlib_INCLUDE_DIRS: ${hamlib_INCLUDE_DIRS}")
|
||||
message (STATUS "hamlib_LIBRARIES: ${hamlib_LIBRARIES}")
|
||||
@ -1417,6 +1418,13 @@ install (PROGRAMS
|
||||
RENAME rigctld-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
|
||||
)
|
||||
|
||||
install (PROGRAMS
|
||||
${RIGCTLCOM_EXE}
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
#COMPONENT runtime
|
||||
RENAME rigctlcom-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
|
||||
)
|
||||
|
||||
install (FILES
|
||||
README
|
||||
COPYING
|
||||
|
@ -4,6 +4,7 @@ set (ASCIIDOC_MANS
|
||||
man1/jt65code.1.txt
|
||||
man1/rigctl-wsjtx.1.txt
|
||||
man1/rigctld-wsjtx.1.txt
|
||||
man1/rigctlcom-wsjtx.1.txt
|
||||
man1/message_aggregator.1.txt
|
||||
man1/udp_daemon.1.txt
|
||||
)
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
== NAME
|
||||
|
||||
rigctl-wsjtx - Hamlib 3 rigctld server.
|
||||
rigctl-wsjtx - Hamlib 4 rigctld server.
|
||||
|
||||
== SYNOPSIS
|
||||
|
||||
@ -15,7 +15,7 @@ rigctl-wsjtx - Hamlib 3 rigctld server.
|
||||
== DESCRIPTION
|
||||
|
||||
*wsjtx* uses a version of the *hamlib* CAT control library. This
|
||||
library is heavily modified over the current release version of
|
||||
library is virtually identical to the the current release version of
|
||||
*hamlib*. If a *wsjtx* user wishes to use the *hamlib* network rig
|
||||
server *rigctld* to remotely control their transceiver; then this
|
||||
special version of the *rigctl* client should be used since that too
|
||||
|
30
manpages/man1/rigctlcom-wsjtx.1.txt
Normal file
30
manpages/man1/rigctlcom-wsjtx.1.txt
Normal file
@ -0,0 +1,30 @@
|
||||
:doctype: manpage
|
||||
:man source: AsciiDoc
|
||||
:man version: {revnumber}
|
||||
:man manual: WSJT-X Manual
|
||||
= rigctlcom-wsjtx(1)
|
||||
|
||||
== NAME
|
||||
|
||||
rigctlcom-wsjtx - Hamlib 4 rigctlcom Serial port passthru Kenwood TS-2000 emulator.
|
||||
|
||||
== SYNOPSIS
|
||||
|
||||
*rigctlcom-wsjtx* [OPTIONS]
|
||||
|
||||
== DESCRIPTION
|
||||
|
||||
*wsjtx* uses a version of the *hamlib* CAT control library. This
|
||||
library is virtually identical to the current release version of
|
||||
*hamlib*. If a *wsjtx* user wishes to use the *hamlib* TS-2000
|
||||
emulator *rigctlcom* to allow CAT applications that do not talk to
|
||||
*hamlib* to share CAT control control their transceiver; then this
|
||||
special version of *rigctlcom* should be used since that too has the
|
||||
modified *hamlib* code embedded with it.
|
||||
|
||||
WSJT-X home page:: http://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html
|
||||
|
||||
WSJT-X User's Guide:: http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main-toc2.html
|
||||
|
||||
== OPTIONS
|
||||
Refer to the *hamlib* documentation.
|
@ -6,7 +6,7 @@
|
||||
|
||||
== NAME
|
||||
|
||||
rigctld-wsjtx - Hamlib 3 rigctld server.
|
||||
rigctld-wsjtx - Hamlib 4 rigctld server.
|
||||
|
||||
== SYNOPSIS
|
||||
|
||||
@ -15,7 +15,7 @@ rigctld-wsjtx - Hamlib 3 rigctld server.
|
||||
== DESCRIPTION
|
||||
|
||||
*wsjtx* uses a version of the *hamlib* CAT control library. This
|
||||
library is heavily modified over the current release version of
|
||||
library is virtually identical to the current release version of
|
||||
*hamlib*. If a *wsjtx* user wishes to use the *hamlib* network rig
|
||||
server *rigctld* to remotely control their transceiver; then this
|
||||
special version of *rigctld* should be used since that too has the
|
||||
|
Loading…
Reference in New Issue
Block a user