
protobuf
iteye_12004
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
protobuf安装后出现libprotobuf.so.6 not found after installation
Please follow the instructions in README.txt:** Hint on install location ** By default, the package will be installed to /usr/local. However, on many platforms, /usr/local/lib is not part...原创 2011-11-07 19:58:19 · 1342 阅读 · 0 评论 -
ubuntu下安装protobuf
[*]1.下载[url]http://code.google.com/p/protobuf/downloads/list[/url][*]2.解压[code="shell"]tar jxvf protobuf-2.4.1.tar.bz2 protobuf[/code][*]3.编译[code="shell"]$ ./configure$ make$ make i...原创 2011-11-07 20:54:36 · 192 阅读 · 0 评论