From 388311f23e23c805584f42bf95c6e070f2cab47d Mon Sep 17 00:00:00 2001 From: George Dunlap Date: Mon, 26 Jun 2017 15:02:29 +0100 Subject: [PATCH] README: Include a brief description of how to build. Signed-off-by: George Dunlap --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cda2b2a..866631d 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,13 @@ If the result is only a single patch, then the patch will be copied to xsa.git/xsa${n}-${VERSION}.patch. If the result is more than one patch, the patches will be copied into xsa.git/xsa${n}-${version}/. +# Building + +At the moment, no `Makefile` is included. Clone the repository as +`xsatool` (with no extension) and run `go build`. My current version +of `go` is 1.7.4. It doesn't depend on any libraries outside of the +current `go` standard library. + # Initial setup ## Creating initial setup -- 2.39.5