mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
fb1b2e7687
-----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAl3a8/QACgkQ2GSwbR6B YY8y+ggAqwaaCRMCSwDzStooYjStJErVoZ/yB//MmoF+798TBb+3MkiT+KclW7aN rxTOmEJ+a84PmsiW6Qz/AAcHPnbKDhtwWASZooopgNYDfgyaUib3HfIa+cFJO6my OUzlTsH94yDxeBCWOtf1dLiP0YwJKfp/vxzbfDAWXTd4dx3Ok/7KwghYocmP3eCq ruZ+dWojQzwE+h50P6B9gTFxGWMHUDDNeZ/c8u494wqDQvQaRoM9oOnQWzlGiMis JaerraI52JEdFLnXjtLYeyXtfg+zA0KvRY2DWy1aCPpGkNjy3DPNlOA+cDQpzBru NIqsUF+GplgkVs3sKNLXq36ZgaBQBg== =5w4B -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAl3a9R8ACgkQ2GSwbR6B YY9SWQf+JdfIvlHy8ExSs9ImCLck/e66V2OAqaEONQX1bEC4QiG3M/rVJGgf2iFz ZFshtilsajlpsYZQIFToTmJmI76eGLAmyNIcZN2WpcJQMNWZnxqklMj2wIHbRh+g Pvw3FC+lc4LUjZCCMYrVjNXxsRmQtjqV1lVFBnmrAWCdrgHmhyrVbPZT4B+fRTXL ikw/BiRgxhI0aoIWKzNrtztMYUBjanKLTHE81AVgsgZkBDNybOjR7mE2E/Jwc4Qx mVu+Z0uI+bVuBlMOrqp0K+rrUz7qMZe5/AMSRbgzwfueEOIShgu2wrfV++3JDXLH AhtIAcL/b39RBx0jkFE8rBKaZpkoAw== =DNp6 -----END PGP SIGNATURE----- Merge tag 'wsjtx-2.1.1' into develop Tagging the WSJT-X v2.1.1 release |
||
---|---|---|
.. | ||
common | ||
design | ||
user_guide/en | ||
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