Please specify the build requirements in the README.
Most obvious (to me at least), you need maven. But then it seems you also need some special JDK to run mvn install:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project tabbypdf: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
Running with -e I see:
java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
My default javac is from OpenJDK 11. What do I need to build tabbypdf?
Please specify the build requirements in the README.
Most obvious (to me at least), you need
maven. But then it seems you also need some special JDK to runmvn install:Running with
-eI see:My default javac is from OpenJDK 11. What do I need to build tabbypdf?