来自这里的代码:https://code.videolan.org/videolan/VLCKit
这里有说明:https://wiki.videolan.org/VLCKit/#Building_the_framework_for_macOS
我正在尝试构建这个框架,但在Xcode 7.3.1中构建libvlc时,它似乎卡住了:
Build target Build libvlc of project VLCKit with configuration Release
[[1;32minfo[0m] Preparing build dirs
Cloning into 'vlc'...你知道我该怎么做吗?
发布于 2017-01-12 14:49:29
这是因为libvlc需要首先从net克隆'vlc‘项目。'vlc‘项目将克隆到'libvlc’forder中。当克隆完成时,它将启动编译。
https://stackoverflow.com/questions/41083330
复制相似问题