hacking: add builddep command

Closes: #523
Approved by: cgwalters
This commit is contained in:
Yunchih Chen 2016-11-21 23:58:29 +08:00 committed by Atomic Bot
parent 6074a6d728
commit 2d12d436ec

View File

@ -14,6 +14,8 @@ consume this as a git submodule automatically.
We also require a few other libraries like We also require a few other libraries like
[librepo](https://github.com/rpm-software-management/librepo). [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: So the build process now looks like any other autotools program:
``` ```