aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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