Skip to content

Building from source

Yarick Yermak edited this page May 2, 2020 · 13 revisions

Linux

Pre-requisites

Install ffpemg and mp4v2 using your favorite package manager or build it from source.

Install OpenJDK 14:

You should see:

openjdk version "14.0.1" 2020-04-14

Install maven:

You shou see:

Apache Maven 3.6.3

All versions 3.+ should work.

Install JavaFX mods:

Getting source code

  • Download source code or
  • checkout it using git git clone https://github.com/yermak/AudioBookConverter.git

Build

cd AudioBookConverter

This is temporary step until ffmpeg-wrapper does not release version containing my patch (alterntatively you could build https://github.com/bramp/ffmpeg-cli-wrapper from source - master branch and install it) mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=lib/ffmpeg-0.6.3-SNAPSHOT.jar

Actual build mvn package


TO BE CONTINUED...

Clone this wiki locally