Closed mterron closed 1 year ago
At the end of the README there is a small section explaining how to build with a link to a detailed walkthrough of my build system. You can either rebuild everything or just do a non-recursive clone and build only this application. It's cmake with some shell wrappers but if you look at these, you can deduct easily the cmd line to use for your platform. You can also change the associative array at the beginning of the shell to match you your compiler. And yes, because I had to rebuild all compilers, the tuples are specific
Regarding the static link, I removed it a while ago because dl_xxx where missing. In fact it's a link order issue that I'll fix
Maybe build the against musl libc in linux? BTW I'm trying to build it but being unfamiliar with your build system is making it quite a challenge. As far as I understand you have hardcoded the tuples for each os? Maybe you can add some simple build instructions to get people going :)