Skip to content

Commit

Permalink
Add a few notes pertaining to this very old fork
Browse files Browse the repository at this point in the history
- you need java8
- how to build an artifact
- how to test just one module
  • Loading branch information
egli committed Mar 30, 2022
1 parent 7d67a49 commit 4a2e408
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

These are a few notes to be able to build this very old fork of the
pipeline.

Make sure you compile with Java8

#+begin_src shell
$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).

Selection Path Priority Status
------------------------------------------------------------
0 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111 auto mode
1 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111 manual mode
* 2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1081 manual mode

Press <enter> to keep the current choice[*], or type selection number:
#+end_src

#+begin_src shell
$ make dist-deb
#+end_src

#+begin_src shell
$ make check-modules/sbs/epub3-dtbook-migrator
#+end_src

0 comments on commit 4a2e408

Please sign in to comment.