add license info to readme, add info on building releases
This commit is contained in:
parent
7ed23aa49b
commit
4fcb61440b
15
README.md
15
README.md
|
@ -18,3 +18,18 @@ The `releases` folder contains the following forms of the game:
|
||||||
* PDF - US Letter
|
* PDF - US Letter
|
||||||
* PDF - A4
|
* PDF - A4
|
||||||
* org-mode
|
* org-mode
|
||||||
|
|
||||||
|
## Licensing
|
||||||
|
|
||||||
|
The game is licensed [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) and the assets used to generate the printable releases are licensed independently. Please see any assets project page for its licensing information.
|
||||||
|
|
||||||
|
## Building Releases
|
||||||
|
|
||||||
|
The following tools are used to build a release.
|
||||||
|
|
||||||
|
* make (optional, see the `Makefile` for commands to run)
|
||||||
|
* pandoc (for generating all release files)
|
||||||
|
* xetex (for generating pdf)
|
||||||
|
* Atkinson Hyperlegible font (for generating pdf, see `assets` directory for the font files)
|
||||||
|
* Deja Vu Sans Mono font (for generating pdf, see `assets` directory for the font file)
|
||||||
|
* Deja Vu Math TeX Gyre (for generating pdf, see `assets` directory for the font file)
|
||||||
|
|
Loading…
Reference in a new issue