From b9f0c7ad941d0e981c7d3c826f0e2b677597304d Mon Sep 17 00:00:00 2001 From: yuriks Date: Tue, 16 Dec 2014 11:02:22 -0800 Subject: [PATCH] Updated OS X Build (markdown) --- OS-X-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OS-X-Build.md b/OS-X-Build.md index 348b14d..5b1d747 100644 --- a/OS-X-Build.md +++ b/OS-X-Build.md @@ -16,7 +16,7 @@ Should you choose not to use homebrew, type these commands in a terminal: git clone https://github.com/glfw/glfw.git cd glfw mkdir build && cd build -cmake -DBUILD_SHARED_LIBS=ON .. +cmake .. make sudo make install ```