Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
n0la committed Jan 19, 2016
1 parent e306519 commit 9fa734e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ Implements:
o arc4random()
o arc4random_uniform()

Works and has been tested on Lua 5.1, 5.2 and 5.3.

Note that pledge() (on the 19th January of 2016) will fail if you
give it a list of paths as the second parameter:

-- OK
o.pledge('rpath stdio')
-- Error
o.pledge('rpath stdio', {})

Build:

$ mkdir build && cd build
$ cmake .. -DMODLUA_VERSION=51
$ cmake .. -DMODLUA_VERSION=5.1
$ make
$ make install

Expand Down

0 comments on commit 9fa734e

Please sign in to comment.