diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -37,19 +37,19 @@ Or: | |||
37 | - LuaJIT (http://www.luajit.org/) | 37 | - LuaJIT (http://www.luajit.org/) |
38 | 38 | ||
39 | There are 3 build methods available: | 39 | There are 3 build methods available: |
40 | - Gmake: POSIX, OSX | 40 | - Make: POSIX, OSX |
41 | - RPM: Various Linux distributions | 41 | - RPM: Various Linux distributions |
42 | - LuaRocks (http://www.luarocks.org/): POSIX, OSX, Windows | 42 | - LuaRocks (http://www.luarocks.org/): POSIX, OSX, Windows |
43 | 43 | ||
44 | 44 | ||
45 | Gmake | 45 | Make |
46 | ----- | 46 | ---- |
47 | 47 | ||
48 | Review and update the included Makefile to suit your platform. Next, | 48 | Review and update the included Makefile to suit your platform. Next, |
49 | build and install the module: | 49 | build and install the module: |
50 | 50 | ||
51 | # gmake | 51 | # make |
52 | # gmake install | 52 | # make install |
53 | OR | 53 | OR |
54 | # cp cjson.so [your_module_directory] | 54 | # cp cjson.so [your_module_directory] |
55 | 55 | ||