From 9f2324e52dcbae5bb2e630896e4f3e8f90c97ba0 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 27 Sep 2019 18:17:14 +0200 Subject: [PATCH] add readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 9a436b1..08813a0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ +# Building + +Needed programs: +- bc +- dc +- lualatex +- latexmk +- make +- od +- pdflatex +- pdfinfo +- pdftk +- timidity +- opusenc + +Run +``` +make +``` +and find the pdfs, midis and opus files in the `build` directory. + A big thanks to the author of [makebook](https://gitlab.com/dgoodmaniii/makebook/)! They took away a lot of work for correct imposition.