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 ```