Skip to content

Commit 35b0f76

Browse files
authored
Document additional glfw depedendency (#1073)
1 parent 7b1880a commit 35b0f76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/build-from-source.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@ In case they are disabled, tipically some functionality of iDynTree is not provi
1515
| [Assimp](http://www.assimp.org/) | No| `IDYNTREE_USES_ASSIMP` | ✔️ | ✔️ |
1616
| [IPOPT](https://projects.coin-or.org/Ipopt) | No | `IDYNTREE_USES_IPOPT` | ✔️ | ✔️ |
1717
| [irrlicht](http://irrlicht.sourceforge.net/) | No | `IDYNTREE_USES_IRRLICHT` | ✔️ | ✔️ |
18+
| [glfw](https://www.glfw.org/) | No | `IDYNTREE_USES_IRRLICHT` | ✔️ | ✔️ |
1819
| [osqp-eigen](https://github.com/robotology/osqp-eigen) | No | `IDYNTREE_USES_OSQPEIGEN` | ✔️ | ✔️ |
1920

2021

2122
### Install dependencies with conda-forge
2223

2324
If you are using conda, the dependencies of iDynTree can be installed with:
2425
~~~
25-
conda install -c conda-forge cmake compilers make ninja pkg-config eigen libxml2 assimp ipopt irrlicht osqp-eigen swig python
26+
conda install -c conda-forge cmake compilers make ninja pkg-config eigen libxml2 assimp ipopt irrlicht osqp-eigen swig python glfw
2627
~~~
2728

2829
### Install dependencies with apt
2930

3031
If you are using an apt-based distribution such as Ubuntu and you want to use apt, the dependencies can be installed via:
3132
~~~
32-
sudo apt-get install build-essential libeigen3-dev libxml2-dev coinor-libipopt-dev libassimp-dev libirrlicht-dev
33+
sudo apt-get install build-essential libeigen3-dev libxml2-dev coinor-libipopt-dev libassimp-dev libirrlicht-dev libglfw3-dev
3334
~~~
3435

3536

0 commit comments

Comments
 (0)