Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/guides/custom-linux-kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ A common source of failure encountered during the kernel build process may be ca
```
> sudo dnf -y groupinstall 'C Development Tools and Libraries'
```

If you get 'Module or Group 'C Development Tools and Libraries' is not available.' error the below command is equivalent to above:

```
> sudo dnf -y groupinstall 'Development Tools'
```

2. Some other libraries, header files and applications that you might need can also be obtained by installing the following packages. Type:

Expand Down