awtk-widget-web-view 是基于webview实现的AWTK浏览器控件,使得AWTK应用程序能够显示web页面,比如实现集成在线帮助和调用地图等功能。
项目网址:https://gitee.com/zlgopen/awtk-widget-web-view
安装AWTK的编译环境。
git clone https://github.com/zlgopen/awtk.git
cd awtk; scons; cd -
python scripts/update_res.py all
cd 3rd
./build_win32.sh
scons
cd 3rd
./build_macos.sh
scons
cd 3rd
./build_linux.sh
scons
./bin/demo
export DYLD_LIBRARY_PATH=bin
export GDK_BACKEND=x11