Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/kmcaster.git

Add build instructions

Author Dave Jarvis <email>
Date 2021-03-27 10:48:33 GMT-0700
Commit e869504c0f68d2f6fd9ee7fbd5bf717ca8197963
Parent a1e41cd
Delta 25 lines added, 0 lines removed, 25-line increase
BUILD.md
+# Introduction
+
+Build instructions for the application.
+
+# Requirements
+
+Install the following:
+
+* [Gradle](https://gradle.org) version 6.7 or greater.
+* [Git](https://git-scm.com) version 2.31.1 or greater.
+
+Ensure both Gradle and Git may be run from the command-line. This may
+entail setting the `PATH` environment variable.
+
+# Build
+
+Build the application as follows:
+
+1. Open a terminal.
+1. git clone https://github.com/DaveJarvis/kmcaster
+1. cd kmcaster
+1. gradle clean build
+
+The application is built.
+