diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fc3d7162..71a59a5fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/manpages/CMakeLists.txt b/manpages/CMakeLists.txt index f5ed53fba..7ab7c7646 100644 --- a/manpages/CMakeLists.txt +++ b/manpages/CMakeLists.txt @@ -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 ) diff --git a/manpages/man1/rigctl-wsjtx.1.txt b/manpages/man1/rigctl-wsjtx.1.txt index e96667f2e..c7adef22c 100644 --- a/manpages/man1/rigctl-wsjtx.1.txt +++ b/manpages/man1/rigctl-wsjtx.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 diff --git a/manpages/man1/rigctlcom-wsjtx.1.txt b/manpages/man1/rigctlcom-wsjtx.1.txt new file mode 100644 index 000000000..4bbee73d0 --- /dev/null +++ b/manpages/man1/rigctlcom-wsjtx.1.txt @@ -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. diff --git a/manpages/man1/rigctld-wsjtx.1.txt b/manpages/man1/rigctld-wsjtx.1.txt index 6cf9ebfc1..375aefaa6 100644 --- a/manpages/man1/rigctld-wsjtx.1.txt +++ b/manpages/man1/rigctld-wsjtx.1.txt @@ -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