|
|
|
@ -23,10 +23,14 @@ Thread to Thread communication methods
|
|
|
|
Installation
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
|
|
With LuaRocks 2.0.4.1:
|
|
|
|
lua-llthread 1.0 release:
|
|
|
|
|
|
|
|
$ sudo luarocks install lua-llthreads
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Or for the lastest git revision:
|
|
|
|
|
|
|
|
* With LuaRocks 2.0.4.1:
|
|
|
|
$ sudo luarocks install https://github.com/Neopallium/lua-llthreads/raw/master/rockspecs/lua-llthreads-scm-0.rockspec
|
|
|
|
$ sudo luarocks install https://github.com/Neopallium/lua-llthreads/raw/master/rockspecs/lua-llthreads-scm-0.rockspec
|
|
|
|
|
|
|
|
|
|
|
|
With CMake:
|
|
|
|
* With CMake:
|
|
|
|
$ git clone git://github.com/Neopallium/lua-llthreads.git
|
|
|
|
$ git clone git://github.com/Neopallium/lua-llthreads.git
|
|
|
|
$ cd lua-llthreads ; mkdir build ; cd build
|
|
|
|
$ cd lua-llthreads ; mkdir build ; cd build
|
|
|
|
$ cmake ..
|
|
|
|
$ cmake ..
|
|
|
|
|