Browse Source

Compiling: Add dependency snippet for Fedora;

bjorn 1 năm trước cách đây
mục cha
commit
44a288e6ac
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  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