mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Update User Guide FAQ on multiple instances
This commit is contained in:
parent
5df7c6d906
commit
68989b3aa8
@ -39,14 +39,18 @@ passband, if such control is available.
|
|||||||
|
|
||||||
How should I configure _WSJT-X_ to run multiple instances?::
|
How should I configure _WSJT-X_ to run multiple instances?::
|
||||||
|
|
||||||
Start _WSJT-X_ from a command-prompt window, assigning each instance a
|
Start _WSJT-X_ from a command-prompt window, assigning each but the
|
||||||
unique identifier as in the following two-instance example. This
|
first instance a unique identifier as in the following two-instance
|
||||||
procedure will isolate the *Settings* file and the writable file
|
example. This procedure will isolate the *Settings* file and the
|
||||||
location for each instance of _WSJT-X_.
|
writable file location for each instance of _WSJT-X_.
|
||||||
|
|
||||||
wsjtx --rig-name=TS2000
|
wsjtx
|
||||||
wsjtx --rig-name=FT847
|
wsjtx --rig-name=FT847
|
||||||
|
|
||||||
|
When restarting any instance after an unlikely crash you *must* close
|
||||||
|
all of them then restart each one again starting with the first
|
||||||
|
default instance.
|
||||||
|
|
||||||
I am getting a "Network Error - SSL/TLS support not installed" message. What should I do?::
|
I am getting a "Network Error - SSL/TLS support not installed" message. What should I do?::
|
||||||
|
|
||||||
You need to install suitable _OpenSSL_ libraries - see <<OPENSSL,Instructions to install _OpenSSL_>>.
|
You need to install suitable _OpenSSL_ libraries - see <<OPENSSL,Instructions to install _OpenSSL_>>.
|
||||||
|
Loading…
Reference in New Issue
Block a user