WSJT-X/doc/source/install-from-source.adoc
Greg Beam 44543d385d User Guide Docs Update
* Moved doc/source/*.txt to AsciiDoc ext source/*.adoc
- Correctly identifies AsciiDoc files

* wsjtx-main.adoc
- Updated links and include:: for *.adoc name change

* Added and updated rig-config-* files.
* Added inital draft of quick-reference.adoc

* build-doc.sh
- Updated the script to build new files and .adoc name change

* Removed:
- yaesu.txt rigtemplate.txt rig-configuration.txt




git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3662 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-01-25 22:26:21 +00:00

25 lines
750 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.
_WSJT-X_ is an open-source program released under the GNU General
Public License (GPL). 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