hampusborgos / rme

Remere's Map Editor
Other
293 stars 221 forks source link

Error when i use cmake #258

Open HSinhori opened 5 years ago

HSinhori commented 5 years ago

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: GLUT_Xi_LIBRARY (ADVANCED) linked by target "rme" in directory /home/otserv/rme GLUT_Xmu_LIBRARY (ADVANCED) linked by target "rme" in directory /home/otserv/rme

-- Configuring incomplete, errors occurred! See also "/home/otserv/rme/build/CMakeFiles/CMakeOutput.log".

https://pastebin.com/axSE1ff5 << this is my CMakeOutput.log

gpedro commented 5 years ago

try install glut depencency using apt install freeglut3-dev

Elime1 commented 5 years ago

What OS?