MCMrARM / mcpelauncher-linux

Please note this is a legacy repository, please go to: https://github.com/minecraft-linux/mcpelauncher-manifest/wiki
GNU General Public License v3.0
312 stars 46 forks source link

GLFW on linux #359

Closed tarik02 closed 6 years ago

tarik02 commented 6 years ago

Is it possible to use GLFW (core mode) on linux. Don't ask why I want it -_-

$ cmake ..
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:
X11_Xcursor_LIB (ADVANCED)
    linked by target "mcpelauncher" in directory /home/tarik02/.mcpe/mcpelauncher-linux
X11_Xinerama_LIB (ADVANCED)
    linked by target "mcpelauncher" in directory /home/tarik02/.mcpe/mcpelauncher-linux
MCMrARM commented 6 years ago

Yes it is possible. You need more development libraries, grab those and it should work (xcursor and xinerama, -dev i386 variants). Why do you want it? ;)