mpx / lua-cjson

Lua CJSON is a fast JSON encoding/parsing module for Lua
https://kyne.au/~mark/software/lua-cjson.php
MIT License
924 stars 474 forks source link

Precompiled library for windows #86

Open Paws-Dev opened 7 months ago

Paws-Dev commented 7 months ago

Hi, today i spent 6 hours to compile cjson in windows 11, so is any compiled package anywhere? because "luarocks make" not working right out of box lua_cjson.obj : error LNK2019. cjson.dll : fatal error LNK1120 i understand its all can be solved but, but it cant take to much time. So if author just wants non C/C++ people suffered so its good, i understand author, and i will pass this lib. And if author want help to users, so good windows compile manual or precompiled file will be veyr fine aid, thanks fo feading.

PS; I undertand that linux is cool and i prefer linux for development but sometime windows platform cant be avoided....