lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am trying to find some example source code of a luasocket being
created in C/C++. I will be using luasocket for some of my modules and
I don't want to include another socket library  (sys/socket.h) if I
can help it. If all of this is feasible are there any library
requirements (-l<some library>) when I go to build this code? I just
started learning Lua so I hope I am making sense in what I want to
accomplish here.

Thanks!
Ryan