From 98a9a08bcadb5112f2be21648e6ac2b780e1ba98 Mon Sep 17 00:00:00 2001 From: dxg123 Date: Sun, 22 Jan 2017 09:12:44 -0500 Subject: [PATCH] Received error with just .. , ../ fixed command --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index ff0b488..18329dd 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -35,7 +35,7 @@ The `--recursive` option automatically clones the required Git submodules too. ``` mkdir build && cd build -cmake .. +cmake ../ make sudo make install (currently doesn't work, needs to be fixed) ```