aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-11-29 22:39:53 +1030
committerMark Pulford <mark@kyne.com.au>2011-11-29 22:39:53 +1030
commitd8a22c7770b72111c9779dd5df8cdebafd431fef (patch)
treef43ee464b1532c44364c9cf21b70cd0097a145c8 /README
parent8f9fc89298f6547dc298289a5778a682673253e9 (diff)
downloadlua-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--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 13e5a03..4907359 100644
--- a/README
+++ b/README
@@ -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
77LuaRocks does not support platform specific configuration for Solaris.
78On Solaris, you may need to manually uncomment "USE_INTERNAL_ISINF" in
79the rockspec before building this module.
80
77See the LuaRocks documentation for further details. 81See the LuaRocks documentation for further details.
78 82
79 83