1
- ![ adornation] ( img/headers/bar18 .svg )
1
+ ![ adornation] ( img/headers/bar20 .svg )
2
2
3
3
# Russian Orthodox Prayer Book
4
4
@@ -12,6 +12,27 @@ Images were obtained from the [Orthodox Arts Journal] project. Since the
12
12
repository's license allows for commercial usage, be aware that the [ due credit
13
13
should be given to the images] ( image-credit ) .
14
14
15
+ ## Building the project locally
16
+
17
+ To build a project locally, the following dependencies are needed:
18
+
19
+ * [ XeTeX] : TeX's extension used;
20
+ * [ Inkscape] : For rendering SVG into images compatible with TeX;
21
+ * [ Python] : For running the script which installs the required fonts;
22
+ * [ GNU Make] : For building the document.
23
+
24
+ To build the document:
25
+
26
+ ``` sh
27
+ # Installs required fonts
28
+ ./scripts/install-font.sh " Gentium Book Plus" " EB Garamond"
29
+ # Builds the document
30
+ make
31
+ ```
32
+
33
+ If you have any doubts on minimal dependencies, take a look at the [ build
34
+ workflow] for an example of a setup from scratch.
35
+
15
36
## Acessing a release build
16
37
17
38
Every build is available as an attached asset called ` prayer-book.pdf ` in its
@@ -22,3 +43,8 @@ recent build.
22
43
[ Jordanville edition ] : https://www.ponomar.net/data/jordanville_prayerbook.pdf
23
44
[ Orthodox Arts Journal ] : https://orthodoxartsjournal.org/orthodox-illustration-project/
24
45
[ image-credit ] : https://docs.google.com/file/d/0B1MLai552F5yZkJIQ3B0QWx3cDA/view?rm=minimal&resourcekey=0-ybOjgmmviTqQOikbXOc9ag
46
+ [ XeTeX ] : https://tug.org/xetex/
47
+ [ Inkscape ] : https://inkscape.org/
48
+ [ GNU Make ] : https://www.gnu.org/software/make/
49
+ [ Python ] : https://www.python.org/
50
+ [ build workflow ] : .github/workflows/build.yml
0 commit comments