Skip to content

CBookShu/grok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd88ee0 · Feb 26, 2023

History

96 Commits
Feb 1, 2023
Feb 17, 2023
Feb 26, 2023
Feb 19, 2023
Feb 26, 2023
Jan 15, 2023
Feb 19, 2023
Feb 19, 2023
Feb 17, 2023
Feb 26, 2023
Feb 5, 2023

Repository files navigation

项目概述

lua绑定的节点服务器项目

编译说明

目前的平台: Wsl2 Ubuntu18.0.4

依赖库

sudo apt-get install libmysqlclient-dev  
sudo apt-get install libboost-all-dev  
sudo apt-get install libhiredis-dev
sudo apt install libprotobuf-dev protobuf-compiler

xmake 安装[一个比cmake更好用的工程管理工具]

sudo add-apt-repository ppa:xmake-io/xmake
sudo apt update
sudo apt install xmake

grok代码编译运行【项目依赖redis和mysql服务器,具体配置可以在example.cpp的init中查看]

git clone git@github.com:CBookShu/grok.git  
cd grok  
xmake
xmake run test_group

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages