Skip to content

Commit

Permalink
Optimization: Check status when build mysql library & Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
i0gan committed Mar 10, 2024
1 parent c029b14 commit 0555f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
20. Unity、UnrealEngine客户端SDK完善【50%】
21. 高可用-数据库代理服务器,支持主流的 MongoDb、Mysql、Redis 、Clickhouse等数据库,采用proto协议进行交互,Lua协程异步读取【40%】
22. 支持Windows、Linux、MacOS环境上的开发和编译【90%】
23. 网络库增加C++协程【5%】

## 测试

Expand Down
1 change: 1 addition & 0 deletions tools/build_third_party.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ function build_mysql_connector()
cd ./build/mysql-connector-cpp
cmake ../../mysql-connector-cpp
cmake --build . -j $make_threads
check_err
mkdir -p ./install && make install DESTDIR=./install
cp -r install/usr/local/mysql/connector-c++-8.0.31/include/* ../include
if [ $sys == "Darwin" ];then
Expand Down

0 comments on commit 0555f69

Please sign in to comment.