diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | Lua CJSON v1.0 | 1 | Lua CJSON v1.0.1 |
2 | ============== | 2 | ================ |
3 | 3 | ||
4 | Lua CJSON is covered by the MIT license. See the file "LICENSE" for | 4 | Lua CJSON is covered by the MIT license. See the file "LICENSE" for |
5 | details. | 5 | details. |
@@ -34,8 +34,8 @@ Build requirements: | |||
34 | Or: | 34 | Or: |
35 | - LuaJIT (http://www.luajit.org/) | 35 | - LuaJIT (http://www.luajit.org/) |
36 | 36 | ||
37 | The included Makefile should be reviewed and updated based on the | 37 | The included Makefile should be reviewed. Updated the Makefile to suit |
38 | location of your Lua header and library directories. Then: | 38 | your platform and Lua header/library directories. Then: |
39 | 39 | ||
40 | # make | 40 | # make |
41 | # make install | 41 | # make install |
@@ -45,7 +45,7 @@ location of your Lua header and library directories. Then: | |||
45 | Linux distributions using RPM should be able to build a package with | 45 | Linux distributions using RPM should be able to build a package with |
46 | the following command: | 46 | the following command: |
47 | 47 | ||
48 | # rpmbuild -tb lua-cjson-1.0.tar.gz | 48 | # rpmbuild -tb lua-cjson-1.0.1.tar.gz |
49 | 49 | ||
50 | 50 | ||
51 | Lua CJSON API | 51 | Lua CJSON API |