Browse Source

Compiling: Add dependency snippet for Fedora;

bjorn 1 year ago
parent
commit
44a288e6ac
1 changed files with 7 additions and 1 deletions
  1. 7 1
      guides/Compiling.md

+ 7 - 1
guides/Compiling.md

@@ -79,7 +79,13 @@ using one of those builds.
 Linux
 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
     $ mkdir build
     $ cd build
     $ cd build