From 9a218ec7b5aed4b19e3155f4d58187220166ff80 Mon Sep 17 00:00:00 2001 From: Sylvain CALINON <sylvain.calinon@idiap.ch> Date: Mon, 1 Feb 2016 18:42:18 +0100 Subject: [PATCH] Updated glfw install notes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6db4b68..48b3a12 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ make ### glfw3 library install -Clone and install the latest version of GLFW to a folder (not in the ros path): +Clone and install the latest version of GLFW to a folder of your choice: ``` git clone https://github.com/glfw/glfw.git``` @@ -38,7 +38,7 @@ sudo make install **Notes** The `-DBUILD_SHARED_LIBS` is necessary otherwise cmake will create a static library. -At the current date this is not the case, but eventualy GLFW3 may be available on apt get with: +Currently, GLFW3 is usually not available with apt-get but if it is available on your system, you can use : *sudo apt-get install libglfw3-dev* ### Execution -- GitLab