Albert
6cca39ecac
Rename examples lib name (Linux and macOS)
2025-03-12 12:42:02 -04:00
Albert
8fc3d1a39a
Rename -lole32 (Lowercase)
2024-11-22 11:13:40 -05:00
Hassan DRAGA
6e775b277d
Linux - C Adding -LDL lib
...
* Adding `-ldl`
* Fix https://github.com/webui-dev/webui/issues/380
2024-06-05 09:09:59 -04:00
Hassan DRAGA
ac2230c4c0
Fix GNU Makefile examples
2024-05-27 16:18:53 -04:00
Hassan DRAGA
c5ddba49fd
Update GNU Makefile
...
* Adding `-lOle32` for Windows, needed by WebView2
* Adding Cocoa and WebKit frameworks, needed by macOS WKWebView
2024-05-26 19:56:47 -04:00
Hassan DRAGA
907f0330a1
Removing Git from GNU-Makefile
2023-10-29 16:40:47 -04:00
Hassan DRAGA
f39af55093
C99 to C
2023-10-28 19:51:02 -04:00
Hassan DRAGA
30a1e49130
GNU Makefile Adding Musl-GCC
...
- Adding musl-gcc
- Renaming text-editor to main. It should be the same as other examples
2023-10-27 11:58:26 -04:00
Hassan DRAGA
6e6bd540e7
GNU Makefile Update
2023-10-25 20:16:57 -04:00
Hassan DRAGA
a59c1fe1db
TLS GCC/Clang
...
- To build lib with TLS: `make WEBUI_USE_TLS=1 WEBUI_TLS_INCLUDE="~/OpenSSL/include" WEBUI_TLS_LIB="~/OpenSSL/lib"`
- To build examples with TLS: `make WEBUI_USE_TLS=1` (Only Dynamic. No static TLS will be supported)
2023-10-23 17:58:39 -04:00
Turiiya
5518a3e044
Use GNUmakefile
and Makefile
to simplify MSVC compilation
2023-10-10 02:32:05 +02:00