From e6586b14efde9759d39fa1382118bb62cc94dc03 Mon Sep 17 00:00:00 2001 From: cpehle Date: Tue, 12 Jan 2016 14:11:03 +0100 Subject: [PATCH] Update INSTALL.md Fixed typo. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b89d86d..30cd2a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,7 +32,7 @@ the name of this package and the obtained version of the software. $ tar xzf gflags-$version-source.tar.gz $ cd gflags-$version $ mkdir build && cd build - $ ccmake .. + $ cmake .. - Press 'c' to configure the build system and 'e' to ignore warnings. - Set CMAKE_INSTALL_PREFIX and other CMake variables and options.