From 944353795e47e4e6eb5ab6c1277d1385754b9dfd Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Sat, 1 Apr 2017 10:44:12 -0700 Subject: [PATCH] linux dep --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ee02f085..3522d31de 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Helix * [OSX Build instructions](https://github.com/projectM-visualizer/projectm/raw/master/BUILDING_OSX.txt) ## Linux -* `sudo apt-get install cmake-curses-gui libsdl2-dev libglew-dev libftgl-dev libsdl2-dev` +* `sudo apt-get install cmake-curses-gui libsdl2-dev libglew-dev libftgl-dev libsdl2-dev libdevil-dev` ## Building From Source Requires [cmake](https://cmake.org/download/).