openresty / luajit2

OpenResty's Branch of LuaJIT 2
https://luajit.org/luajit.html
Other
1.26k stars 201 forks source link

Cmake support like tarantools and github action for auto testing? #225

Open yhyu13 opened 7 months ago

yhyu13 commented 7 months ago

@zhuizhuhaomeng

Hi

I am interested in integrating openresty fork into my cpp project, it would be nice to have a cmake toolchain available as my whole project uses cmake features. But I do not have the skill to write such thing.

There is another luajit fork https://github.com/tarantool/luajit that implements full support for cmake and a nice github workflow to track commit status by CI/CD. And it gonvenrs all macro and build config for luajit which seems easy to use.

I am not sure how openresty build luajit internally, maybe it is more benificial for the open source community to have a cmake build on top of make instead of pure make.

Thanks!