diff --git a/Linux-Build.md b/Linux-Build.md index 0df0f50..c85d672 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -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 ```