* Get luarocks distribution -
# wget http://luarocks.org/releases/luarocks-2.0.6.tar.gz
# tar xvzf luarocks-2.0.6.tar.gz
# cd luarocks-2.0.6
* Find lua path and configure with lua
# find / -name lua.h
# ./configure --with-lua-include=/opt/lua/include/ --with-lua=/opt/lua/
# make
# make install
* Now Install moonscript
# luarocks install moonscript
Thanks
# wget http://luarocks.org/releases/
# tar xvzf luarocks-2.0.6.tar.gz
# cd luarocks-2.0.6
* Find lua path and configure with lua
# find / -name lua.h
# ./configure --with-lua-include=/opt/lua/
# make
# make install
* Now Install moonscript
# luarocks install moonscript
Thanks
No comments:
Post a Comment