[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Installing Lua on macOS in order to update Lua.
- From: Glenn Travis <travplays@...>
- Date: Fri, 23 Feb 2018 11:43:37 -0600
Actually, I feel that it should be right up there in the initial instructions or else it will not be installed properly given the root and wheel system properties of /usr/ . . .. I searched around on the internet, and most bash > lua won’t work command concern were fairly old, and most replies were of the fix the PATH sort of things.
I used the sudo make install combined command, so I do not know if Sudo make or sudo install will do it or if one needs the combined command, but I DO know that it will install and get folks up and running; the admin password is necessary and get the right permissions going.
Thank you
> On Feb 23, 2018, at 11:16 AM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
>
> The README in the tarball and in says:
>
> http://www.lua.org/manual/5.3/readme.html#install
>
> Installing Lua
>
> Once you have built Lua, you may want to install it in an official
> place in your system. In this case, do "make install". The official
> place and the way to install files are defined in the Makefile. You'll
> probably need the right permissions to install files.
>
> Perhaps this should mention sudo?
>