Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 466 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 466 Bytes

reasm-dist

This repository contains a script, build.bash, that builds and publishes a standard distribution for reasm. The src directory contains additional files that are included in the distribution.

You can download the latest binary reasm distribution at https://files.fragag.ca/public/reasm.tar.xz.

The following programs are required to run build.bash:

  • bash
  • git
  • mvn
  • scp
  • tar (GNU)
  • xz

This script is designed to be run manually.