Browse Source

Add xorg-dev to package list;

bjorn 6 years ago
parent
commit
9efee14298
1 changed files with 1 additions and 1 deletions
  1. 1 1
      guides/Compiling.md

+ 1 - 1
guides/Compiling.md

@@ -83,7 +83,7 @@ $ pacman -S glfw-x11 luajit physfs openal ode
 #### Debian/Ubuntu
 
 ```
-$ sudo apt-get install build-essential cmake libglfw3-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libode-dev libccd-dev
+$ sudo apt install build-essential cmake xorg-dev libglfw3-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libode-dev libccd-dev
 ```
 
 Then, build with CMake: