CMB / edbrowse

A command-line editor and web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static build

sylware opened this issue · comments

Hi,

except quickjs (minimal SDK and 0 deps), libpcre and libhtmltidy (cmake?!) SDKs are somewhat "expensive".
Could we get a static build update? What would rock is a nightly static build...

Well, I started to write a shell script to by-pass edbrowse dep SDKs for glibc/linux. Hope it does not go beyond sanity before I reach edbrowse code building.

I am writting a build script (a little bit everyday), and I forgot about readline and curl deps then in the end this script will be actually only for my custom glibc/linux distro :(

I discovered that edbrowse uses libpcre1 and not libpce2... and I built libpcre2 :( After a quick grep it seems the port should not be that hard: very few calls with very few flags. "May" try to do it.

I discovered that edbrowse uses libpcre1 and not libpce2... and I built libpcre2 :( After a quick grep it seems the port should not be that hard: very few calls with very few flags. "May" try to do it.

For anyone else reading, I see that you did contribute the fix to have edbrowse use pcre2 instead of pcre1 in 1d9a2e9.

There is a recent static build and I have my build script short-cutting all SDKs (except readline and curl).

Closing.