学习 protocol buffers rpc server1

svn check out server1 的源码,现在 在看,内容真心多啊。
1.protocol buffers
2.gtest
3.glog
4.gpref-tool
5.gmock
6.boost asio tuple shared_ptr....

一点点的啃吧。。。廉颇老矣,尚能饭否。

scons 范例


adolc_include_path = '/home/basti/workspace/adolc-2.0.0'
adolc_library_path = '/home/basti/workspace/adolc-2.0.0/adolc/.libs'

LIBS = ['adolc',
]
LIBPATH = [
adolc_library_path,
]
INCLUDEPATH = [
adolc_include_path,
'/usr/include/python2.5'
]


env = Environment(
CPPPATH = INCLUDEPATH,
CXXFLAGS= "-ftemplate-depth-100 -Wall -O2",
LIBPATH =LIBPATH,
LIBS = LIBS,
RPATH = LIBPATH, #include information where shared libraries can be found to avoid errors like: "ImportError: libboos
t_python-gcc42-mt-1_34_1.so.1.34.1: cannot open shared object file: No such file or directory"
SHLIBPREFIX="", #gets rid of lib prefix, i.e. get mylib.so instead of libmylib.so
)
Default('.')
my_executable = env.Program(target='benchmark.exe', source=['benchmark.cpp'])
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值