Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

liuguangw/billing

Repository files navigation

billing

本项目为billing_go的移植版本,使用 C++ 编写(版本>=c++11),基本功能和go语言版本的保持一致。

因为此项目使用了Linux的GNU C Library (glibc)函数,所以只能编译出Linux版本。

编译此项目,需要安装C++编译器、makecmakegit才能进行编译。

clone此项目,并初始化deps目录下的子模块,再执行build.sh即可进行编译,默认采用静态链接。