Commit 2ff81537 authored by captainwong's avatar captainwong

build in centos7

parent d305d3bb
......@@ -2,8 +2,8 @@
mkdir -p build
cd build
g++ -std=c++17 ../bench/bench.cpp -I../include -o bench
g++ -std=c++17 ../demo/demo.cpp -I../include -o demo
g++ -std=c++17 ../server_demo/server_demo.cpp -I../include -lpthread -o server_demo
g++ -std=c++11 ../bench/bench.cpp -I../include -o bench
g++ -std=c++11 ../demo/demo.cpp -I../include -o demo
g++ -std=c++11 ../server_demo/server_demo.cpp -I../include -lpthread -o server_demo
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment