Put xconfig dependency docs with other dependencies

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2018-04-17 15:57:02 -04:00 committed by Jeremy Cline
parent d3c0f7c0b2
commit 8960f4c2c4
No known key found for this signature in database
GPG key ID: 9223308FA9B246DB

View file

@ -37,6 +37,13 @@ cd kernel
sudo dnf builddep kernel.spec
----
If you want to use `make xconfig`, you'll need some additional packages:
[source,bash]
----
sudo dnf install qt3-devel libXi-devel gcc-c++
----
Make sure you add the user doing the build to `/etc/pesign/users` and run the
authorize user script:
@ -204,16 +211,6 @@ There are several ways to change the configuration. You can run `make help` and
look at the `Configuration targets` for the full list, but `make menuconfig`
is a good place to start. You can also just edit the `.config` file directly.
[NOTE]
====
If you plan to run `make xconfig`:
[source,bash]
----
sudo dnf install qt3-devel libXi-devel gcc-c++
----
====
=== Building the kernel
Once you've configured the kernel, you're ready to build it. Before you do so,