Browse Source

Compiling: Add libccd-dev to apt-get command;

bjorn 6 years ago
parent
commit
d6e6ef6650
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
+$ sudo apt-get install build-essential cmake libglfw3-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libode-dev libccd-dev
 ```
 
 Then, build with CMake: