浏览代码

Merge pull request #212 from tylerfanelli/dnf_notes

headers: Update header installation for Fedora
Jim Huang 1 年之前
父节点
当前提交
433d031ae0
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      lkmpg.tex

+ 5 - 0
lkmpg.tex

@@ -215,6 +215,11 @@ On Arch Linux:
 sudo pacman -S linux-headers
 sudo pacman -S linux-headers
 \end{codebash}
 \end{codebash}
 
 
+On Fedora:
+\begin{codebash}
+sudo dnf install kernel-devel kernel-headers
+\end{codebash}
+
 \section{Examples}
 \section{Examples}
 \label{sec:examples}
 \label{sec:examples}
 All the examples from this document are available within the \verb|examples| subdirectory.
 All the examples from this document are available within the \verb|examples| subdirectory.