mySQL/test/compile.sh
2024-09-26 10:38:11 +00:00

2 lines
172 B
Bash

# g++ -DMYSQL_USE_ASYNCO test.cpp ../src/* ../../asynco/src/* -o test.o -lmysqlcppconn -lpthread
g++ test.cpp ../src/* ../../asynco/src/* -o test.o -lmysqlcppconn -lpthread