summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2017-05-13 21:01:44 +0200
committerGitHub <noreply@github.com>2017-05-13 21:01:44 +0200
commit5f9cb04fbb27ff8acb771090a7cc7be76d28fbc9 (patch)
tree67a3c51f362eff991e94914b4740c9b7f7a42691 /README.md
parentc5a10134727f5b2e1823fea7d91c38c7d9f96081 (diff)
downloadbuilder-5f9cb04fbb27ff8acb771090a7cc7be76d28fbc9.tar.xz
README.md: add dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc7a3c2..8921807 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
tools for building 32-bit archlinux packages from archlinux.org's official, 64-bit tested PKGBUILDs et al.
This includes scripts to be run on the build master as well as scripts to be run on the build slaves (both residing in `bin`).
+## requirements
+* `git`
+### build master only
+* some ssh-server
+* `pkgbuild-introspection`
+### build slave only
+* some ssh-client
+* `devtools32`
+
## configuration
The standard configuration in `conf/default.conf` can be locally overwritten by `conf/local.conf`.