LuaJIT on Tizen OS
LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language.
Installing LuaJIT on your Tizen device is very easy, clone the LuaJIT repository, switch to the newest created directory, run make and make install.
$ git clone http://luajit.org/git/luajit-2.0.git
$ luajit-2.0
$ make
$ sudo make install
If you want to follow the 2.1 development branch, switch to it after cloning the repo, otherwise use the stable 2.0 branch (master branch).
$ git checkout v2.1
Test if everything works as expected:
$ luajit -be "print('hello world')" test.out
Check out more information about LuaJIT and the Lua manual.
A series is usually a collection of multiple website posts about the same subject and dependent of each others. This article is from the Tizen operating system series:
- Flashing Tizen on newer Linux
- LuaJIT on Tizen OS
- Jenkins CI on Tizen OS
- Tizen 2.3.1 u-boot settings and partition info
- Tizen 2.3 and later tips and tricks - part 1
- Tizen development devices
- git on Tizen 2.3.1
- Customizing Tizen OS 2.3.1 on your RD-PQ
- Install SSH server on Tizen 2.3.1 for RD-PQ
- Install Tizen 2.3.1 on Samsung RD-PQ
























