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.cpp Adding PyPI - C++ - Fix VS2019/2022 2022-10-21 22:15:25 -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 any C++11 compiler, 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