WSJT-X/doc
Bill Somerville 8e66dcfa36
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2019-11-27 19:20:30 +00:00
..
common Update OpenSSL Windows binary package links for documentation 2019-11-18 19:27:30 +00:00
design improve physical structure 2019-07-02 12:45:05 -05:00
user_guide/en Minor edit in User Guide. 2019-11-27 09:07:21 -05:00
CMakeLists.txt Removed confusing and inaccurate HTML user Guide document footer 2019-11-27 19:18:45 +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