From b2404ff19b31968812478cf18a778932d3772247 Mon Sep 17 00:00:00 2001 From: Dann Luciano Date: Sun, 3 Jul 2011 07:03:51 -0700 Subject: [PATCH] Fix the make dir command. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4748760..e5729d1 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,7 @@

Building the library

Start by configuring the build system by running:
-
$ mdkir build && cd build
+          
$ mkdir build && cd build
 $ cmake .. 
Then build the library
$ make