mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-28 16:59:40 -05:00
Added a couple dependencies to the yum install
line
This commit is contained in:
parent
547c51d12a
commit
fb6ed54bd0
@ -21,11 +21,13 @@ In order to use it one should use an rpm-based distro, like Fedora :) and should
|
|||||||
- wget
|
- wget
|
||||||
- rpmdevtools
|
- rpmdevtools
|
||||||
- python-sh
|
- python-sh
|
||||||
|
- dialog
|
||||||
|
- rpm-sign
|
||||||
|
|
||||||
Unusually one can install those packages by just issuing:
|
Unusually one can install those packages by just issuing:
|
||||||
|
|
||||||
{% highlight trac-wiki %}
|
{% 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 %}
|
{% 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user