Вот свеженькая сегодняшняя r6215
Update : WSJT-X-1.7.0-devel-r6215 (Development and Trial)
*** The revision history from the previous edition.
r6201 : Make install locations configuration variables Locations of various components to be determined at configuration time.
This allows various "Standard" system layouts to be accomodated.
For example on FreeBSD the manpages are usually installed in the man directory i.e. /usr/local/man whereas the WSJT-X default is to install them in share/man i.e. /usr/share/man. By setting the CMake variable WSJT_MANPAGE_DESTINATION to either a relative or absolute path the install location can be set:$ cmake -D WSJT_MANPAGE_DESTINATION=. ...will install the manpages at ${CMAKE_INSTALL_PREFIX}/man The new configuration variables are:
WSJT_BIN_DESTINATION
WSJT_LIB_DESTINATION
WSJT_SHARE_DESTINATION
WSJT_DOC_DESTINATION
WSJT_DATA_DESTINATION
WSJT_MANPAGE_DESTINATION
WSJT_PLUGIN_DESTINATION
WSJT_QT_CONF_DESTINATION
NB: changes to the above may break WSJT-X at present where the install locations of files used directly by WSJT-X are moved.
Warning: using absolute paths for these variables is not recommended as files may be installed in unexpected places, particularly when run with root privileges. All relative paths with be relative to CMAKE_INSTALL_PREFIX.
Merged from ^/branches/wsjtx.
r6202 : Allow for broken Kenwood CAT emulations The HDSDR software returns invalid responses to mode query commands MD.
This change detects that and does no more mode queries.
This means mode management is not possible with this rig until it is fixed.
r6203 : Allow for broken Kenwood CAT emulations The HDSDR software returns invalid responses to mode query commands MD.
This change detects that and does no more mode queries.
This means mode management is not possible with this rig until it is fixed.
Merged from ^/branches/wsjtx.
r6204 : More work on the paper on soft-decision RS decoder.
r6205 : More massaging of draft paper on the FT dedoder.
r6206 : A few more tweaks of the draft paper.
r6207 : Add Psuccess figure to the document and commit gnuplot script and data files that produced it.
r6208 : A few more minor tweaks to the text.
r6209 : Oops! Fix a typo.
r6210 : Start updating the wsjt-x section of the dev-guide
r6211 : Correct the numerical value for P(x>=37) = 1.9e-6. Fix a typo.
r6212 : Add simple program to evaluate binomial coefficient and hypergeometric pdf.
r6213 : Add facility for user configuration of Hamlib settings A user written JSON file may be used to define Hamlib configuration settings, for example to increase the communications time out to 10 seconds create the file hamlib_settings.json containing:
{
"config": {
"timeout": 10000
}
}
in the application specific configuration directory. On Windows it is %LOCALAPPDATA%\<app-name>\, on Linux it is ~/.config/<app-name>/ (~/.config/ before Qt 5.5) and on OS X it is ~/Librry/Preferences/<app-name> (~/Library/Preferences/ before Qt 5.5).
r6214 : Abort WSPR band hopping when a rig control failure occurs This avoids spots being sent with incorrect frequencies.
r6215 : Minor change to sfrsd2 to cause nhard to be calculated even when decode is done by BM. Fix ntrials off-by-one issue.
*** Development trial version
Use at your own risk.
D/L URL:
http://jt65-dx.com/download/devel-wsjtx-v04ardbk.html