Added comments that how to compile and run it.

This commit is contained in:
Takatoshi Kondo 2013-09-11 11:44:33 +09:00
parent 5fedaf285b
commit fade0644c7

View File

@ -1,3 +1,6 @@
// g++ -std=c++11 -O3 -g -Ipath_to_msgpack_src -Ipath_to_boost speed_test.cc -Lpath_to_boost_lib -lboost_timer -lboost_system
// export LD_LIBRARY_PATH=path_to_boost_lib
#include <msgpack.hpp> #include <msgpack.hpp>
#include <string> #include <string>
#include <iostream> #include <iostream>