Explorar o código

Compiling: Add dependency snippet for Fedora;

bjorn hai 1 ano
pai
achega
44a288e6ac
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  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