lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Aug 23, 2016 at 12:38 PM, Glenn Travis <travplays@comcast.net> wrote:
I got the source code and installed it using the terminal ‘make’ command in my home directory. 
However, I was not able to get Lua to actually run. Typing lua on the command line returned a command not found error message. 

Lua is built, but not installed. To install, type:

make install

though you may need to provide credentials to update the system directories, in which case:

sudo make install

e