mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
cb88a54c39
2. Revise, revise, revise. Good writing requires plenty of revisions! git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3667 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
23 lines
659 B
Plaintext
23 lines
659 B
Plaintext
// 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.
|
|
|
|
Source code is available from the public repository at {devsvn}. To
|
|
compile the program you will need to install the following packages:
|
|
|
|
- Subversion
|
|
- Qt 5.x
|
|
- g++
|
|
- gfortran or g95
|
|
- fftw3
|
|
- hamlib
|
|
- MinGW (for Windows only)
|
|
|
|
With Subversion installed, the full source code for _WSJT-X_ can be
|
|
downloaded with the command:
|
|
|
|
svn co svn://svn.berlios.de/wsjt/branches/wsjtx
|
|
|
|
// Need further compiling Instructions
|