WSJT-X/doc
2023-12-23 13:55:36 -05:00
..
common Some minor changes in chapter 20 of the user guide. 2023-05-05 18:24:50 +02:00
design
user_guide/en Update Section 1.7 of WSJT-X User Guide for v2.7.0. 2023-12-23 13:55:36 -05:00
building on MS Windows.txt
building portaudio on Windows with ASIO support.txt
building-Boost-libs.txt
CMakeLists.txt
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