c++ - 如何编译iOS版本Skia ?
高洛峰
高洛峰 2017-04-17 15:34:58
[C++讨论组]

如果编译 iOS的版本的 Skia。官网没有提供编译方法。

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

全部回复(1)
PHPz

官网明明有方法……

参见:Skia / build

iOS Run GN to generate your build files. Set target_os="ios" to build
for iOS. This defaults to target_cpu="arm64".

bin/gn gen out/ios64 --args='target_os="ios"' bin/gn gen out/ios32
--args='target_os="ios" target_cpu="arm"' Googlers who want to sign and run iOS test binaries can do so by running something like

python gn/package_ios.py out/Debug/dm python gn/package_ios.py
out/Release/nanobench These commands will create and sign dm.app or
nanobench.app packages you can push to iOS devices registered for
Google development. ios-deploy makes installing and running these
packages easy:

ios-deploy -b out/Debug/dm.app -d --args "--match foo" If you find
yourself missing a Google signing identity or provisioning profile,
you’ll want to have a read through go/appledev.

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号