File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ These are a few notes to be able to build this very old fork of the
3
+ pipeline.
4
+
5
+ Make sure you compile with Java8
6
+
7
+ #+begin_src shell
8
+ $ sudo update-alternatives --config java
9
+ There are 2 choices for the alternative java (providing /usr/bin/java).
10
+
11
+ Selection Path Priority Status
12
+ ------------------------------------------------------------
13
+ 0 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111 auto mode
14
+ 1 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111 manual mode
15
+ * 2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1081 manual mode
16
+
17
+ Press <enter> to keep the current choice[*], or type selection number:
18
+ #+end_src
19
+
20
+ #+begin_src shell
21
+ $ make dist-deb
22
+ #+end_src
23
+
24
+ #+begin_src shell
25
+ $ make check-modules/sbs/epub3-dtbook-migrator
26
+ #+end_src
You can’t perform that action at this time.
0 commit comments