danielga/gmod_luasocket

Help with build

Niro opened this issue · 1 comments

Niro commented

Hello, Danielga!

I'm not familiar with C++ and its build tools, so I need help. I downloaded premake and ran it:
premake gmake2 ./

I got new directory ./projects/linux/gmake2 with contents below:
image

Now i'm stuck of how to build libraries I need to put into lua/bin.

Do I need to run "make -f " for every file inside ./projects/linux/gmake2?

Thank you!

You only need to make -f the following files: mime.core.make, socket.core.make, socket.serial.make and socket.unix.make.