mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-15 12:12:31 -04:00
------------------------------------------------------------------------ r8006 | k1jt | 2017-08-05 14:35:10 +0100 (Sat, 05 Aug 2017) | 1 line Minor edits to docs: TNX to IW3RAB! ------------------------------------------------------------------------ r8008 | k1jt | 2017-08-05 14:45:16 +0100 (Sat, 05 Aug 2017) | 1 line Minor tweak to a table size in User Guide. ------------------------------------------------------------------------ r8009 | k9an | 2017-08-06 18:14:04 +0100 (Sun, 06 Aug 2017) | 1 line Edits to end-of-line notations table in docs. ------------------------------------------------------------------------ r8010 | bsomervi | 2017-08-06 22:51:29 +0100 (Sun, 06 Aug 2017) | 1 line Don't let the Fortran/C/C++ interop test fail silently ------------------------------------------------------------------------ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@8011 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
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