Skip to content

zhangjinde/QSF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QSF

QSF is ZeroMQ based multi-thread communicating framework for Lua.

Installation

Prerequisites:

Build on Windows (Windows 7 x64)

  1. Run msvc2013.bat to generate Visual C++ 2013 solution files.
  2. Use Visual Studio 2013 to compile executable binary.

Build on Linux (Ubuntu 14.04 x64)

Type premake5 gmake && make config=release

Build on OSX (Yosemite 10.10.5)

Type premake5 --cc=clang gmake && make config=release

References

[1] ZeroMQ The Guide

[2] Lua 5.3 Manual Reference

About

ZeroMQ based multi-thread communicating framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages