I was browsing the Lua source code and I did "make install". It worked perfectly but I could not uninstall it! How can I install Lua 5.0?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
Based on my reading of Lua 5.0's makefile, I'd say:
Alternatively: if you download Lua 5.2 and configure it in exactly the same way (so all the INSTALL_* folders are the same), then its |
|||
|
|
make uninstall? – Ken Aug 25 '12 at 2:35