kristapsdz / kcgi

minimal CGI and FastCGI library for C/C++
https://kristaps.bsd.lv/kcgi
ISC License
275 stars 40 forks source link

Port to work on linux aarch64 where regression tests pass #74

Closed swoolley closed 4 years ago

swoolley commented 4 years ago

I have an nvidia tegra tx2 that uses linux that I've tested this on with the regression suite.

I also ported the build system to CMake. I can provide a separate pull request to add a CMakeLists.txt file that supports linux and osx (and probably other unix platforms). Works alongside the bmake system. I have one version that uses bmake as an external build tool and another version that is native CMake and puts the regression suite in ctest.