From 5614875c11eb53e370e9a70c97b2f2c792a37e1a Mon Sep 17 00:00:00 2001 From: yuriks Date: Tue, 16 Dec 2014 10:58:00 -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 5b1d747..348b14d 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 .. +cmake -DBUILD_SHARED_LIBS=ON .. make sudo make install ```