webui/examples/C
2022-10-21 22:15:25 -04:00
..
Windows Adding PyPI - C++ - Fix VS2019/2022 2022-10-21 22:15:25 -04:00
main.c WebUI 2.0.1 2022-10-19 00:38:54 -04:00
README.md Adding PyPI - C++ - Fix VS2019/2022 2022-10-21 22:15:25 -04:00

WebUI Examples - C

To build the C example you will need one of those C compilers, no dependencies is needed.

Windows

  • Build Tools for Microsoft Visual Studio
git clone https://github.com/alifcommunity/webui.git
cd webui\examples\C\Windows\MSVC
nmake
  • MinGW
git clone https://github.com/alifcommunity/webui.git
cd webui\examples\C\Windows\GCC
mingw32-make
  • TCC
git clone https://github.com/alifcommunity/webui.git
cd webui\examples\C\Windows\TCC
mingw32-make