You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,17 @@ Once you have the repository, compile the library:
72
72
`$ cmake ..` <br/>
73
73
`$ make` <br/>
74
74
75
+
76
+
**NOTE**
77
+
In case you get the following error:
78
+
79
+
`CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
80
+
Please set them or make sure they are set and tested correctly in the CMake files:
81
+
GLUT_Xmu_LIBRARY (ADVANCED)`
82
+
83
+
please see solution [here](https://ubuntuforums.org/archive/index.php/t-1703770.html). Thanks [miquelramirez](https://github.com/miquelramirez) for this.
84
+
85
+
75
86
Check the installation by running a sample example.
0 commit comments