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

[Linux] Cmake fails when compiling with 'setup_cef.sh' installed #418

Closed Detor closed 6 years ago

Detor commented 6 years ago

Hi, I compiled mcpelauncher without cef, it succeeded and ran mcpe alright. But i tried compiling it with ./setup_cef.sh installed (with all the minimal, cef, and first time setup dependencies installed) and when i try to cmake the source code, i get this:

CMake Error at CMakeLists.txt:106 [(add_subdirectory) The source /home/user/Documents/Games/mcpelauncher-linux-master/gplay_api does not contain a CMakeLists.txt file. CMake Error at CMakeLists.txt:107 (set_target_properties): set_target_properties Can not find target to add properties to: gplaydl -- Configuring incomplete, errors occurred!

CMakeError.log CMakeOutput.log

MasterOfTheTiger commented 6 years ago

You need to clone as --recursive. https://github.com/MCMrARM/mcpelauncher-linux/issues/417

Detor commented 6 years ago

Thanks