Updated OS X Build (markdown)

yuriks 2014-12-16 10:58:00 -08:00
parent bcb94afade
commit 5614875c11

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