# awtk-c-demos **Repository Path**: l0km/awtk-c-demos ## Basic Information - **Project Name**: awtk-c-demos - **Description**: fork from https://github.com/zlgopen/awtk-c-demos - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: https://github.com/zlgopen/awtk-c-demos - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # awtk-c-demos AWTK各个控件的示例代码(C语言版本) ## 准备 1.获取awtk并编译 ``` git clone https://github.com/zlgopen/awtk.git cd awtk; scons; cd - ``` 2.获取awtk-c-demos并编译 ``` git clone https://github.com/zlgopen/awtk-c-demos.git cd awtk-c-demos; scons ``` ## 运行 ``` ./bin/demo_xxxx ``` >请把demo\_xxxx换成具体的程序。 ## 示例代码 请参考:demos > 本文以Linux/MacOS为例,Windows可能会微妙差异,请酌情处理。