导读
AWTK 浏览器控件,基于 webview 项目实现,将浏览器嵌入到 AWTK 应用程序中,让开发者可以方便的集成在线帮助和调用地图等功能。
awtk-widget-web-view 是基于webview实现的AWTK浏览器控件,使得AWTK应用程序能够显示web页面,比如实现集成在线帮助和调用地图等功能。
安装AWTK的编译环境。
git clone https://github.com/zlgopen/awtk.gitcd awtk; scons; cd -
python scripts/update_res.py all
cd 3rd./build_win32.sh
scons
编译 MacOS 版本
cd 3rd./build_macos.sh
scons
编译 Ubuntu 版本
cd 3rd./build_linux.sh
scons
./bin/demo
export DYLD_LIBRARY_PATH=bin
export GDK_BACKEND=x11
全部0条评论
快来发表一下你的评论吧 !