WSJT-X/doc
Joe Taylor 455461bca0 Update 12.1 Table 1 and 17.2.7 Table 4 in User Guide (thanks to W9MDB, K9AN).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8550 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-03-09 15:05:08 +00:00
..
common More updates to the v1.9 User Guide. 2018-02-16 13:51:55 +00:00
user_guide/en Update 12.1 Table 1 and 17.2.7 Table 4 in User Guide (thanks to W9MDB, K9AN). 2018-03-09 15:05:08 +00:00
CMakeLists.txt Several additions/tweaks to User Guide. 2018-02-22 13:55:42 +00:00
README Switch to ascidoctor for User Guide generation 2015-11-19 00:08:30 +00:00

README

This folder  contains the sources  of WSJT-X documentation.   To build
these you will need the asciidoctor tool installed.

If you do not wish to build  the documentation, it is possible to skip
this  directory  in the  WSJT-X  build  by  setting the  CMake  option
WSJT_GENERATE_DOCS to OFF in your build tree.


On Linux
========

You will probably have these installed already if you are building the
WSJT-X  manpages,  if you  are  not  you  will  just need  to  install
asciidoc:

 sudo apt-get install asciidoctor

or

 sudo yum install asciidoctor

or whatever your distribution and package management requires.


On Mac OS X
===========

I recommend MacPorts:

 sudo port install rb-rubygems
 sudo gem install asciidoctor


On Windows
==========

The asciidoctor  tool is a  Ruby script so you  will need to  install a
version of Ruby. The gem tool is a good way to install asciidoctor:

   gem install asciidoctor