mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 07:51:16 -05:00
32 lines
750 B
Plaintext
32 lines
750 B
Plaintext
// Status=review
|
|
|
|
Source code for _WSJT-X_ is available from a public repository at
|
|
{devrepo}. To compile the program you will need to install at least the
|
|
following packages:
|
|
|
|
- Git
|
|
- Qt 5.2 or later
|
|
- g++ 4.8 or later
|
|
- gfortran 4.8 or later
|
|
- fftw3
|
|
- MinGW (for Windows only)
|
|
|
|
Source code for _WSJT-X_ v{VERSION} can be downloaded with the command:
|
|
|
|
=====
|
|
git clone git://git.code.sf.net/p/wsjt/wsjtx
|
|
cd wsjtx
|
|
git checkout wsjtx-{VERSION}
|
|
=====
|
|
|
|
and for the current development branch,
|
|
|
|
=====
|
|
git clone git://git.code.sf.net/p/wsjt/wsjtx
|
|
=====
|
|
|
|
If you are interested in contributing to the development and
|
|
documentation of _WSJT_ and its sister programs, please join the
|
|
developer's email list {devmail} and let us know of your areas of
|
|
interest.
|