瀏覽代碼

Compiling: Add dependency snippet for Fedora;

bjorn 1 年之前
父節點
當前提交
44a288e6ac
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      guides/Compiling.md

+ 7 - 1
guides/Compiling.md

@@ -79,7 +79,13 @@ using one of those builds.
 Linux
 ---
 
-Install a C compiler and CMake, then run:
+First, install a C compiler, CMake, and other dependencies:
+
+### Fedora
+
+    $ sudo dnf install cmake clang libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel libcurl-devel
+
+Then, compile using CMake:
 
     $ mkdir build
     $ cd build