会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
WindTaiL的博客
工作之余随便写点
博客园
新随笔
联系
管理
2014年12月6日
ubuntu boost.python
摘要: 安装boost(未尝试只安装 libboost-python-dev)sudo apt-get install libboost-all-dev新建hello_ext.cpp,输入以下代码 1 char const *greet() { 2 return "hello world"; 3 } 4...
阅读全文
posted @ 2014-12-06 17:24 windtail
阅读(1229)
评论(0)
推荐(0)
编辑