-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cf5289
commit 020c126
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
This folder contains the programs to build a book version of the 12 characters. | ||
|
||
## Installation | ||
|
||
1. [Install docker](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04) | ||
|
||
## Create PDFs | ||
|
||
To build all PDFs, run | ||
|
||
``` | ||
./build.sh | ||
``` | ||
|
||
To build a specific PDF e.g. for English `en`, run | ||
|
||
``` | ||
./build.sh en | ||
``` | ||
|
||
The results will be present in the `books` folder. | ||
|
||
This uses the languages in the [play] folder. | ||
If you wonder why there is only English, pull the translations | ||
as describes in the [play] folder. | ||
|
||
[play]: ../play |