Halil

Results 4 comments of Halil

> I think Zig is an excellent build system, but webui is very simple to build. It has one `.c` file. You can build webui by simply cloning and running...

> > To fix glibc issue, you can re-compile webui. But I guess to officially support the old glibc version, we should modify [linux.yml](https://github.com/webui-dev/webui/blob/main/.github/workflows/linux.yml) from ubuntu-latest to ubuntu-18.04, this way...

> 1 - The `webui-2.so` file is a dynamic library, it depend only on the standard GNU C library `glibc` that it is installed in all Linux systems by default,...

> When [linux.yml](https://github.com/webui-dev/webui/blob/main/.github/workflows/linux.yml) build for Ubuntu, it means it build for all Debian based Linux ditro, not only Ubuntu. > > The issue we have with [linux.yml](https://github.com/webui-dev/webui/blob/main/.github/workflows/linux.yml) it's not `Ubuntu`...