[wiki.onering-desktop] push by - Created wiki page through web user interface. on 2011-05-31 04:52 GMT

0 views
Skip to first unread message

onering...@googlecode.com

unread,
May 31, 2011, 12:52:51 AM5/31/11
to oneri...@googlegroups.com
Revision: 0eac0c4dda6a
Author: chao...@gmail.com
Date: Mon May 30 21:52:25 2011
Log: Created wiki page through web user interface.
http://code.google.com/p/onering-desktop/source/detail?repo=wiki&r=0eac0c4dda6a

Added:
/InstallationOnUbuntu.wiki

=======================================
--- /dev/null
+++ /InstallationOnUbuntu.wiki Mon May 30 21:52:25 2011
@@ -0,0 +1,20 @@
+#summary 在Ubuntu 11.04上安装onering.
+
+= 从源码编译安装 =
+
+== 安装OneRing framework ==
+
+ # 安装python开发文件 `sudo apt-get install python-dev`
+ # 安装Qt4开发版本 `sudo apt-get libqt4-dev`
+ # [http://code.google.com/p/onering-desktop/source/checkout hg clone 一
份源码]
+ # `cd onering-desktop`
+ # 看有没有makefile, 如果没有, 就执行 `qmake` 一下
+ # `make`, 如果没有错误的话, 库应该就编出来了
+ # 把库拷贝到系统目录下, 这里要注意libOneRing.so要改名, 因为在运行demo的
时候, 程序寻找的是libOneRing1.so这个库
+ * `sudo cp libOneRing.so /usr/lib/libOneRing1.so`
+ * `sudo cp libOneRing.so.1 /usr/lib/libOneRing.so.1`
+ # 安装完成
+
+== 安装 OneRing Python binding ==
+ # `cd onering-desktop/bindings/python`
+ # /usr/bin/python setup.py install
Reply all
Reply to author
Forward
0 new messages