VoyTechnology / TicTacNode

A multiplayer tic-tac-toe server, client, and AI bot.
0 stars 0 forks source link

API Tester #23

Closed formal closed 9 years ago

formal commented 9 years ago

Release for sprint #1 : OS X

Needed to us the following to get the tester to compile.

g++ ./main.cpp -std=c++11 -L/opt/local/lib -lboost_system-mt -lboost_thread-mt -lcurl -o apitester
GoldenBadger commented 9 years ago

Fixed in current version.