mirror of
https://github.com/webui-dev/webui.git
synced 2024-11-05 01:01:52 +03:00
.. | ||
Windows | ||
main.cpp | ||
README.md |
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