2014-01-23 15:12:12 -05:00
|
|
|
// Status=review
|
|
|
|
// Note to developers. The URL http://developer.berlios.de/projects/wsjt/. is
|
|
|
|
// to a very old src version of WSJT 5.7 or so. WSJTX is not listed at all.
|
|
|
|
// Also, all the Qt4 stuff is now obsolete, and needs to be updated.
|
|
|
|
|
2014-01-31 13:54:57 -05:00
|
|
|
Source code is available from the public repository at {devsvn}. To
|
2014-01-28 16:53:09 -05:00
|
|
|
compile the program you will need to install the following packages:
|
2014-01-23 15:12:12 -05:00
|
|
|
|
2014-01-31 13:54:57 -05:00
|
|
|
- Subversion
|
|
|
|
- Qt 5.x
|
|
|
|
- g++
|
|
|
|
- gfortran or g95
|
|
|
|
- fftw3
|
|
|
|
- hamlib
|
|
|
|
- MinGW (for Windows only)
|
2014-01-23 15:12:12 -05:00
|
|
|
|
2014-01-31 13:54:57 -05:00
|
|
|
With Subversion installed, the full source code for _WSJT-X_ can be
|
|
|
|
downloaded with the command:
|
2014-01-23 15:12:12 -05:00
|
|
|
|
2014-01-31 13:54:57 -05:00
|
|
|
svn co svn://svn.berlios.de/wsjt/branches/wsjtx
|
2014-01-23 17:13:32 -05:00
|
|
|
|
2014-01-23 15:12:12 -05:00
|
|
|
// Need further compiling Instructions
|
2014-02-01 14:21:16 -05:00
|
|
|
For some basic instructions on building _WSJT-X_ from source code, see the
|
|
|
|
section <<COMPILING,Compiling WSJT-X>> near the end of this Guide.
|