Who can tell me how to install tolua++ in macOS ?

I do this:
cd Downloads/tolua++-1.0.93/src/lib gcc -c *.c -I../../include

But I gotted:
In file included from tolua_event.c:17: ../../include/tolua++.h:46:17: error: lua.h: No such file or directory ../../include/tolua++.h:47:21: error: lauxlib.h: No such file or directory In file included from tolua_event.c:17: ../../include/tolua++.h:59: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:60: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:61: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:62: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:63: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:64: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:65: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:66: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:67: error: expected ‘)’ before ‘*’ token ../../include/tolua++.h:68: error: expected ‘)’ before ‘*’ token ....

I don’t know how to do it, please help me.