diff options
Diffstat (limited to '')
-rw-r--r-- | manual.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | = Lua CJSON 1.0devel Manual = | 1 | = Lua CJSON 1.1devel Manual = |
2 | Mark Pulford <mark@kyne.com.au> | 2 | Mark Pulford <mark@kyne.com.au> |
3 | :revdate: November 30, 2011 | 3 | :revdate: November 30, 2011 |
4 | 4 | ||
@@ -84,7 +84,7 @@ the included RPM spec file. Install the +rpm-build+ package (or | |||
84 | similar) then: | 84 | similar) then: |
85 | 85 | ||
86 | [source,sh] | 86 | [source,sh] |
87 | rpmbuild -tb lua-cjson-1.0devel.tar.gz | 87 | rpmbuild -tb lua-cjson-1.1devel.tar.gz |
88 | rpm -Uvh $newly_built_lua_cjson_rpm | 88 | rpm -Uvh $newly_built_lua_cjson_rpm |
89 | 89 | ||
90 | 90 | ||
@@ -97,7 +97,7 @@ modules on a wide range of platforms (including Windows). | |||
97 | Extract the Lua CJSON source package into a directory and run: | 97 | Extract the Lua CJSON source package into a directory and run: |
98 | 98 | ||
99 | [source,sh] | 99 | [source,sh] |
100 | cd lua-cjson-1.0devel | 100 | cd lua-cjson-1.1devel |
101 | luarocks make | 101 | luarocks make |
102 | 102 | ||
103 | [NOTE] | 103 | [NOTE] |
@@ -536,7 +536,7 @@ The name of the Lua CJSON module (+"cjson"+). | |||
536 | _VERSION | 536 | _VERSION |
537 | ~~~~~~~~ | 537 | ~~~~~~~~ |
538 | 538 | ||
539 | The version number of the Lua CJSON module (Eg, +"1.0devel"+). | 539 | The version number of the Lua CJSON module (Eg, +"1.1devel"+). |
540 | 540 | ||
541 | 541 | ||
542 | null | 542 | null |