haha okay so I'm going to try make sense this time,
first of all I'm not talking about the Guild here, I'm just asking about the Lua program, in this post i just want to know about the program itself not about how the Guild uses it
on another post i was told to check out "Programming in Lua by Roberto Ierusalimschy" after asking if someone could tell me anything that would help teach me code,
so i typed it in google and got sent to (
http://www.lua.org/pil/ )
after that i went to the Lua website (
http://www.lua.org/home.html )
and then went to (
http://www.lua.org/versions.html ) and downloaded 5.1.4
but when i tried getting it to work i can't seam to make it,
i know that Lua works on Mac's which is what I'm using
now what I've looked at tells me to go to Terminal which is the Mac's Command Line ( /doesn't make it clear where I'm meant to go)
but when i try typing in what i think the sites and/or manual tells me it doesn't seam to know what I'm talking about
I've been reading the "Makefile" and the "INSTALL" both of which are in the "lua-5.1.4" file which i got out of the "lua-5.1.4.tar" which is what comes up in my downloads section in Finder, there is a "lua-5.1.4.tar.gz" in my trash which for some reason was put there after my computer downloaded it (i don't know if that helps at all)
what i am asking is how do i make the program build itself because from what i understand i downloaded a make it yourself file,
in the "INSTALL" file the very first section is called 'Building Lua' but where is it telling me to write 'make xxx' is it meaning in the terminal,
because from what i have read here (
http://media.wiley.com/product_data/excerpt/71/04700691/0470069171.pdf) that is were I'm meant to build/install it
long story short if someone could just tell me how to instal Lua on my Mac i would appreciate it,
and sorry for the first post (and probable this post) being so confusing.