From 26eb3024105f0904272181e92d8f38567f5122ae Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Thu, 27 Nov 2014 13:36:07 +0000 Subject: [PATCH] QubesR3Building changed Lets not forget about the necessary deps for the builder --- QubesR3Building.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/QubesR3Building.md b/QubesR3Building.md index 9d245b2a..27e2a39e 100644 --- a/QubesR3Building.md +++ b/QubesR3Building.md @@ -7,6 +7,12 @@ permalink: /wiki/QubesR3Building/ Building Qubes OS 3.0 ISO ========================= +Ensure your system is rpm-based and that you have necessary dependencies installed (see [QubesBuilder](/wiki/QubesBuilder) for more info): + +``` {.wiki} +sudo yum install git createrepo rpm-build make wget rpmdevtools pandoc +``` + Get the necessary keys to verify the sources: ``` {.wiki}