baisai / LightInkMsgPack

C++ for MsgPack from project LightInk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LightInkMsgPack

C++ for MsgPack from project LightInk

build

win32

  • install vs2012
  • open file ./windows/LightInkMsgPack.sln
  • build
  • the file output in ./bin/Debug(Release)/

linux

  • install cmake
  • mkdir ./Linux/build
  • cd ./Linux/build
  • cmake ../
  • make
  • the file output in ./bin/Debug(Release)/

About

C++ for MsgPack from project LightInk

License:MIT License


Languages

Language:C++ 80.7%Language:C 18.8%Language:CMake 0.4%Language:Batchfile 0.0%