From 717cf2c55b3d87e2ba1ac70aec7743dc7ed7cb2d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 1 Feb 2014 19:21:16 +0000 Subject: [PATCH] Insert "Compiling in Linux" instructions in a separate section near the end of User's Guide. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3682 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- doc/source/install-from-source.adoc | 2 ++ doc/source/wsjtx-main.adoc | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/doc/source/install-from-source.adoc b/doc/source/install-from-source.adoc index 36aedd1c8..eb198ecdb 100644 --- a/doc/source/install-from-source.adoc +++ b/doc/source/install-from-source.adoc @@ -20,3 +20,5 @@ downloaded with the command: svn co svn://svn.berlios.de/wsjt/branches/wsjtx // Need further compiling Instructions +For some basic instructions on building _WSJT-X_ from source code, see the +section <> near the end of this Guide. diff --git a/doc/source/wsjtx-main.adoc b/doc/source/wsjtx-main.adoc index 7fcaf5b0d..158bf44e6 100644 --- a/doc/source/wsjtx-main.adoc +++ b/doc/source/wsjtx-main.adoc @@ -221,6 +221,10 @@ include::runtime-files.adoc[] == Utility Programs include::utilities.adoc[] +[[COMPILING]] +== Compiling WSJT-X +include::compiling.adoc[] + [[RIG_CONFIG]] == Rig Configuration include::rig-config-main.adoc[]