On 06/08/2017 17:36, C. Gary Rogers wrote:
CMake Error at doc/CMakeLists.txt:119 (message):
asciidoctor is required to build the documentation



Building the documenation may optionally be turned off by setting the CMake

option WSJT_GENERATE_DOCS to OFF.

Hi Gary,

you have a couple of options:

1) do what it says and install asciidoctor:-

$ sudo port install asciidoctor

2) or more quickly change the CMake configuration to disable documentation generation:-

Edit the file CMakeCache.txt , find the line

WSJT_GENERATE_DOCS=ON

and change it to:

WSJT_GENERATE_DOCS=OFF

then rerun the CMake configuration and continue with the instructions.

73
Bill
G4WJS.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to