Skip to content
Snippets Groups Projects
Commit 9a218ec7 authored by Sylvain CALINON's avatar Sylvain CALINON
Browse files

Updated glfw install notes

parent 8075cda0
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment