Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I tried to use the following command:

curl -R -O http://www.lua.org/ftp/lua-5.2.0.tar.gz
tar zxf lua-5.2.0.tar.gz
cd lua-5.2.0
make macosx test install

(But with 5.2.1 obviously)

But it says it doesn't know the command make.

share|improve this question
You may want to get a ready-made binary from luabinaries.sourceforge.net/download.html – lhf Nov 11 '12 at 11:02

1 Answer

up vote 4 down vote accepted

You need to install XCode in order to have the make command. Then go to: Preferences and then Downloads and install a component named "Command Line Tools". Finally run Install Xcode.app from your Applications folder.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.