Skip to content

Commit 4a2e408

Browse files
committed
Add a few notes pertaining to this very old fork
- you need java8 - how to build an artifact - how to test just one module
1 parent 7d67a49 commit 4a2e408

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.org

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)