aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 71ad376..1ff12d9 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1Lua CJSON v1.0 1Lua CJSON v1.0.1
2============== 2================
3 3
4Lua CJSON is covered by the MIT license. See the file "LICENSE" for 4Lua CJSON is covered by the MIT license. See the file "LICENSE" for
5details. 5details.
@@ -34,8 +34,8 @@ Build requirements:
34Or: 34Or:
35- LuaJIT (http://www.luajit.org/) 35- LuaJIT (http://www.luajit.org/)
36 36
37The included Makefile should be reviewed and updated based on the 37The included Makefile should be reviewed. Updated the Makefile to suit
38location of your Lua header and library directories. Then: 38your 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:
45Linux distributions using RPM should be able to build a package with 45Linux distributions using RPM should be able to build a package with
46the following command: 46the 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
51Lua CJSON API 51Lua CJSON API