diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-11-29 22:39:53 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-11-29 22:39:53 +1030 |
commit | d8a22c7770b72111c9779dd5df8cdebafd431fef (patch) | |
tree | f43ee464b1532c44364c9cf21b70cd0097a145c8 /README | |
parent | 8f9fc89298f6547dc298289a5778a682673253e9 (diff) | |
download | lua-cjson-d8a22c7770b72111c9779dd5df8cdebafd431fef.tar.gz lua-cjson-d8a22c7770b72111c9779dd5df8cdebafd431fef.tar.bz2 lua-cjson-d8a22c7770b72111c9779dd5df8cdebafd431fef.zip |
Add platform specific overrides to rockspec
Luarocks does not support a "solaris" platform - USE_INTERNAL_ISINF must
stay commented.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -74,6 +74,10 @@ Extract the Lua CJSON source package into a directory and run: | |||
74 | 74 | ||
75 | # cd lua-cjson-1.0.4; luarocks make | 75 | # cd lua-cjson-1.0.4; luarocks make |
76 | 76 | ||
77 | LuaRocks does not support platform specific configuration for Solaris. | ||
78 | On Solaris, you may need to manually uncomment "USE_INTERNAL_ISINF" in | ||
79 | the rockspec before building this module. | ||
80 | |||
77 | See the LuaRocks documentation for further details. | 81 | See the LuaRocks documentation for further details. |
78 | 82 | ||
79 | 83 | ||