Skip to content
Snippets Groups Projects
Commit 5f60fada authored by Sylvain Calinon's avatar Sylvain Calinon
Browse files

Updated glfw instructions

parent 19a2f230
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ make ...@@ -28,7 +28,7 @@ make
sudo apt-get install libglfw3-dev 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 git clone https://github.com/glfw/glfw.git
cd glfw cd glfw
...@@ -38,7 +38,7 @@ cmake -DBUILD_SHARED_LIBS=ON ../ ...@@ -38,7 +38,7 @@ cmake -DBUILD_SHARED_LIBS=ON ../
make make
sudo make install 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 ### Execution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment