From fb6ed54bd0204e61725f9f72c9810f90a6b4ea12 Mon Sep 17 00:00:00 2001 From: Noah Vesely Date: Mon, 10 Aug 2015 16:49:31 -0700 Subject: [PATCH] Added a couple dependencies to the `yum install` line --- QubesBuilder.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/QubesBuilder.md b/QubesBuilder.md index aa081e71..2a74dd9f 100644 --- a/QubesBuilder.md +++ b/QubesBuilder.md @@ -21,11 +21,13 @@ In order to use it one should use an rpm-based distro, like Fedora :) and should - wget - rpmdevtools - python-sh +- dialog +- rpm-sign Unusually one can install those packages by just issuing: {% highlight trac-wiki %} -sudo yum install git createrepo rpm-build make wget rpmdevtools python-sh +sudo yum install git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign {% endhighlight %} The build system creates build environments in chroots and so no other packages are needed on the host. All files created by the build system are contained within the qubes-builder directory. The full build requires some 25GB of free space, so keep that in mind when deciding where to place this directory.