Skip to content

Commit 301258c

Browse files
authored
Update README.md
1 parent ae9c240 commit 301258c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ Once you have the repository, compile the library:
7272
`$ cmake ..` <br/>
7373
`$ make` <br/>
7474

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+
7586
Check the installation by running a sample example.
7687

7788
`$ cd /path/to/folder/` <br/>

0 commit comments

Comments
 (0)