From 2d12d436ecdd08e73f1f716d76cf03555a25839b Mon Sep 17 00:00:00 2001 From: Yunchih Chen Date: Mon, 21 Nov 2016 23:58:29 +0800 Subject: [PATCH] hacking: add builddep command Closes: #523 Approved by: cgwalters --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.md b/HACKING.md index bdd4914d..1fb939c8 100644 --- a/HACKING.md +++ b/HACKING.md @@ -14,6 +14,8 @@ consume this as a git submodule automatically. We also require a few other libraries like [librepo](https://github.com/rpm-software-management/librepo). +On Fedora, you can install those with the command `dnf builddep rpm-ostree`. + So the build process now looks like any other autotools program: ```