Updated Linux Build (markdown)

yuriks 2014-12-16 11:02:30 -08:00
parent b9f0c7ad94
commit b83677842b

@ -23,7 +23,7 @@ On Debian, install dependencies with `apt-get install xorg-dev` and `apt-get ins
git clone https://github.com/glfw/glfw.git
cd glfw
mkdir build && cd build
cmake ..
cmake -DBUILD_SHARED_LIBS=ON ..
make
sudo make install
```