An open API service indexing awesome lists of open source software.

https://github.com/hanxi/luasocket-nmake

Build luasocket use nmake in windows.
https://github.com/hanxi/luasocket-nmake

lua luasocket makefile nmake windows

Last synced: 2 months ago
JSON representation

Build luasocket use nmake in windows.

Awesome Lists containing this project

README

          

# luasocket-nmake
Build luasocket use nmake in windows.

## Build

```
platform\win\build.bat
```

## Required

"Microsoft Visual Studio\2017\Community\VC" Need install.

## Test

```
cd platform\win\lua\bin
lua.exe ..\..\..\..\3rd\luasocket\samples\echosrvr.lua
```