From a5e78e582bc673f044628a82504db5eea8585c1f Mon Sep 17 00:00:00 2001 From: Manuel Domke Date: Fri, 2 Mar 2018 00:04:42 +0100 Subject: [PATCH] Update README.md added some info about the build process --- software/build-scripts/README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/software/build-scripts/README.md b/software/build-scripts/README.md index b6d9cec..a7a8fe6 100644 --- a/software/build-scripts/README.md +++ b/software/build-scripts/README.md @@ -1,13 +1,21 @@ -The scripts need to be copied to the software directory to be used. +The scripts need to be run from the software directory like this: -Currently creating packages of the following: +```$ build-scripts/build.sh x86``` + +and can create packages of the following types: - DEB (Debian, Ubuntu, Raspbian) - RPM (CentOS, Fedora) -- ArchLinux +- ArchLinux The packages get signed afterwards and made available as Github releases -and this repository: - - +and via the apt repository described in software/README. +During the build the GitHub release and version information are compiled into the binary. +``` +$ infnoise --version +GIT VERSION - 0.2.2 +GIT COMMIT - b428787161f7c759c70c081621ffe43f24ca73b1 +GIT DATE - 2018-03-01T23:43:26+01:00 +BUILD DATE - 2018-03-01T23:50:33+01:00 +```