fix #151: Ubuntu package name in INSTALL instructions
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Wed, 1 Jun 2016 11:00:42 +0000 (12:00 +0100)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Wed, 1 Jun 2016 11:00:42 +0000 (12:00 +0100)
INSTALL.md

index a206bda..e3a23c8 100644 (file)
@@ -8,7 +8,7 @@ also the package repositories of your Linux distribution.
 For example on Debian/Ubuntu Linux, gflags can be installed using the
 following command:
 
-    sudo apt-get install gflags
+    sudo apt-get install libgflags-dev
 
 
 Compiling the source code with CMake