Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 777 Bytes

building.md

File metadata and controls

26 lines (17 loc) · 777 Bytes

Areca Backup - Building

The building pipeline is initially defined by build.xml and is executed by Apache Ant.

Supported platforms

  • Execute the following commands from the project root folder (areca-backup/).
  • ant builds a release bundle for the current platform if it is supported.
  • Run the releases.sh script to build all bundles.
  • The release bundle output folder is areca-backup/releases/.

Windows platform

  • ant windows-x86-64
  • ant windows-x86-32

Linux platform

  • ant linux-x86-64
  • ant linux-x86-32