From 02b4222ae390f977abe2c3be820f5bc06f250d2e Mon Sep 17 00:00:00 2001 From: Alex Dubois Date: Tue, 5 Mar 2013 07:42:43 +0000 Subject: [PATCH] QubesBuilder changed --- QubesBuilder.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QubesBuilder.md b/QubesBuilder.md index e4a7c8ee..9993f475 100644 --- a/QubesBuilder.md +++ b/QubesBuilder.md @@ -17,11 +17,12 @@ In order to use it one should use an rpm-based distro, like Fedora :) and should - make - wget - rpmdevtools +- pandoc Unusually one can install those packages by just issuing: ``` {.wiki} -sudo yum install git createrepo rpm-build make wget rpmdevtools +sudo yum install git createrepo rpm-build make wget rpmdevtools pandoc ``` 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.