无法在 linphone-android 项目上 运行 prepare.py 脚本
Can't run the prepare.py script on linphone-android project
我想在 android studio 上为 android 构建 linphone,
我遵循 https://github.com/BelledonneCommunications/linphone-android、
上的指南
但是在第 3 步,我不断收到异常:
CMake Error: CMake was unable to find a build program corresponding to
"Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need
to select a different build tool. CMake Error: CMAKE_C_COMPILER not
set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set,
after EnableLanguage
-- Configuring incomplete, errors occurred!
我是否遗漏了 cMake 上的任何设置?我只想让它在 android studio 上运行。
更新我的最终解决方案:
那些 make/build 库都来自 Linux 内核,所以我最终放弃了在 Windows 上构建 linphone,它就像一个Linux.
上的魅力
我想在 android studio 上为 android 构建 linphone,
我遵循 https://github.com/BelledonneCommunications/linphone-android、
上的指南但是在第 3 步,我不断收到异常:
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred!
我是否遗漏了 cMake 上的任何设置?我只想让它在 android studio 上运行。
更新我的最终解决方案:
那些 make/build 库都来自 Linux 内核,所以我最终放弃了在 Windows 上构建 linphone,它就像一个Linux.
上的魅力