File: install-from-source.adoc

package info (click to toggle)
wsjtx-improved 2.8.0%2B250501%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 81,520 kB
  • sloc: cpp: 104,533; f90: 49,504; python: 27,241; ansic: 13,372; fortran: 2,382; makefile: 197; sh: 133
file content (31 lines) | stat: -rwxr-xr-x 778 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// Status=edited

Source code for _WSJT-X_ is available from a public repository at
{devrepo}. To compile the program, at a minimum you must install 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.