WSJT-X/doc/source/install-from-source.txt
Joe Taylor d6cf422315 Split the asciidoc source for WSJT-X User's Guide into many
smaller files, by section and sub-section.  

Also extensive editing up through section 7.  Sections 6.2, 8, and
beyond definitely need work.  Other polishing is also desirable, and
maybe also some additions and/or changes.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3656 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-01-23 20:12:12 +00:00

26 lines
735 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.
{wsjtx} is an open-source program released under the GNU General
Public License. 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 (Windows only)
The full source code for {wsjtx} can be downloaded with the command:
[source,bash]
-----
$ svn co svn://svn.berlios.de/wsjt/branches/wsjtx
-----
// Need further compiling Instructions