mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 16:13:57 -04:00
41bf465542
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6656 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
// Status=review
|
|
|
|
A few _WSJT-X_ features behave differently in Windows, Linux, or OS X,
|
|
or may not be relevant to all operating platforms.
|
|
|
|
.File locations
|
|
* *Windows*
|
|
|
|
- *Settings:* %LOCALAPPDATA%\WSJT-X\WSJT-X.ini
|
|
- *Log directory:* %LOCALAPPDATA%\WSJT-X\
|
|
- *Default save directory:* %LOCALAPPDATA%\WSJT-X\save\
|
|
|
|
* *Windows, when using "--rig-name=xxx"*
|
|
|
|
- *Settings:* %LOCALAPPDATA%\WSJT-X - xxx\WSJT-X - xxx.ini
|
|
- *Log directory:* %LOCALAPPDATA%\WSJT-X - xxx\
|
|
- *Default save directory:* %LOCALAPPDATA%\WSJT-X - xxx\save\
|
|
|
|
* *Linux*
|
|
|
|
- *Settings:* ~/.config/WSJT-X.ini
|
|
- *Log directory:* ~/.local/share/WSJT-X/
|
|
- *Default save directory:* ~/.local/share/WSJT-X/save/
|
|
|
|
* *Linux, when using "--rig-name=xxx"*
|
|
|
|
- *Settings:* ~/.config/WSJT-X - xxx.ini
|
|
- *Log directory:* ~/.local/share/WSJT-X - xxx/
|
|
- *Default save directory:* ~/.local/share/WSJT-X - xxx/save/
|
|
|
|
* *Macintosh*
|
|
|
|
- *Settings:* ~/Library/Preferences/WSJT-X.ini
|
|
- *Log directory:* ~/Library/Application Support/WSJT-X/
|
|
- *Default save directory:* ~/Library/Application Support/WSJT-X/save/
|
|
|
|
* *Macintosh, when using "--rig-name=xxx"*
|
|
|
|
- *Settings:* ~/Library/Preferences/WSJT-X - xxx.ini
|
|
- *Log directory:* ~/Library/Application Support/WSJT-X - xxx/
|
|
- *Default save directory:* ~/Library/Application Support/WSJT-X - xxx/save/
|