-
Notifications
You must be signed in to change notification settings - Fork 0
Tutorial CN
winily edited this page Nov 1, 2022
·
1 revision
- 目前本项目只支持 MacOS,其他平台暂时还没适配
- 本项目默认你的拥有以下开发环境:clang5.0+(支持C++ 17),cmake 3.0+, wget, git
先吧本仓库拉到本地
git clone https://github.com/winily/universal-webview.git安装依赖的脚本在 scripts/install_dependencies.sh 中,只要在代码根目录下执行,然后等待安装即可
sh ./scripts/install_dependencies.sh等待一段时间,最终输出
------------------编译完成------------------最后执行 scripts/test.sh 脚本就会启动一个示例程序
sh ./scripts/test.sh在 resource 中的是我使用 react 写的一个 Hello World 示例,编译后的文件,