If you have maven installed on your system you can skip the first pass:
-
Download and install maven from http://maven.apache.org/
-
Download this repository using the button "Download ZIP" at the bottom right of the github page
-
Unpack the zip file content
-
From a terminal reach the folder containing the file
pom.xml
and type:mvn package
-
If the package will be built correctly in the
targhet
folder you will find the jar file ready to be used typing:java -jar DeUniFier-[version].jar