From 5f60fada824dbca10035750346de5417b447b5d2 Mon Sep 17 00:00:00 2001 From: Sylvain Calinon <sylvain.calinon@gmail.com> Date: Wed, 14 Sep 2016 13:20:57 +0200 Subject: [PATCH] Updated glfw instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ccb11b..2e69302 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ make sudo apt-get install libglfw3-dev ``` -If libglfw3-dev is not available on your system, you can install manually with: +If libglfw3-dev is not available on your system, you can install it manually with: ``` git clone https://github.com/glfw/glfw.git cd glfw @@ -38,7 +38,7 @@ cmake -DBUILD_SHARED_LIBS=ON ../ make sudo make install ``` -**Note** The `-DBUILD_SHARED_LIBS` is necessary otherwise cmake will create a static library. +**Note:** The `-DBUILD_SHARED_LIBS` is necessary otherwise cmake will create a static library. ### Execution -- GitLab