webui/examples/C
Hassan DRAGA c71065e8de Multiple Fix
Fix the WS speed
Fix timeout long
Add VS2019/2022
2022-10-20 22:21:52 -04:00
..
Windows Multiple Fix 2022-10-20 22:21:52 -04:00
main.c WebUI 2.0.1 2022-10-19 00:38:54 -04:00
README.md Update README.md 2022-10-19 21:10:01 -03: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