'Best way to generate Mastering the Lightning Network PDF from ASCIIDOC
The Book "Mastering the Lightning Network" is accessible through Github (https://github.com/lnbook/lnbook) and there are multiple asciidoc files that make the book. The License is that it is free for the own use to generate a pdf. So I looked a bit how to do it and it seems not too easy. It sounds a bit like Latex, but I found not a quick way to make a pdf from the files. I found something like Asciidoctor . I am not sure if this is the best approach. So I would be grateful for hints how to generate the book in the easiest way.
Solution 1:[1]
The license specifically states:
Mastering the Lightning Network is released under the Creative Commons CC-BY-NC-ND license, which allows sharing the source code for personal use only. You may read this book for free. You may not create derivatives (such as PDF copies), or distribute the book commercially.
The source code is free for personal use, but it explicitly does not permit generation of derivatives such as PDF copies. As such, you won't get help to willfully violate the license.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | eskwayrd |
