Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 892 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 892 Bytes

AsyncFolderCompare

Travis build status Gitlab build status

A simple folder comparisation tool that lets you sync folders at different times in different places

Supported OS

  • Windows (32 and 64 bit)
  • Mac OS X
  • Linux (x86 32 and 64 bit, amd64)

Build instructions

Required software

  • JDK 8
  • Maven (only tested with v3)

Build commands

Run the following command to build AsyncFolderCompare manually:

mvn package

This will create two runnable JAR files:

  • target/asyncfoldercompare-x-gui.jar: graphical frontend application
  • target/asyncfoldercompare-x-cli.jar: command line application