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.
- Host: GitHub
- URL: https://github.com/hanxi/luasocket-nmake
- Owner: hanxi
- Created: 2019-08-14T22:18:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T22:26:10.000Z (almost 7 years ago)
- Last Synced: 2025-10-08T21:49:34.168Z (9 months ago)
- Topics: lua, luasocket, makefile, nmake, windows
- Language: C
- Size: 600 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```