Skip to content

Commit

Permalink
刷新说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
tatezhang committed May 9, 2017
1 parent a5c41c2 commit b37c3ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
14 changes: 1 addition & 13 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,7 @@ python setup.py install
blade依赖scons 2.0以上版本。如有其他需要,可以到下面地址下载:
http://www.scons.org/download.php

3、安装zmq
到http://download.zeromq.org/下载zmq 4.05
解压后执行
./autogen.sh
./configure
make
make install
ldconfig

4、安装jdk(如果已安装,可跳过):
yum install java-1.6.0-openjdk.x86_64

5、编译所有内容
3、编译所有内容
进入项目根目录
blade build ...
注:blade是一个编译工具,其文档在:tools/blade/doc
Expand Down
19 changes: 2 additions & 17 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,31 @@
│   ├── pebble_cmdline 命令行处理示例
│   ├── pebble_ctrl_cmd 控制命令处理
│   ├── pebble_idl Pebble IDL语法详细说明
│   ├── pebble_in_swift 在swift框架中使用Pebble
│   ├── pebble_in_tapp 在Tapp框架中使用Pebble
│   └── pebble_server PebbleServer应用示例
│   └── protobuf_rpc PB RPC应用示例
├── release 用于发布打包
├── src 框架源码目录
│   ├── client 后台SDK,即PebbleClient
│   ├── common 基础库,业务无关
│   ├── extension 扩展库,对接第三方系统的实现
│   ├── framework 核心框架,Pebble的基础机制、功能实现
│   └── server 后台Server参考实现,即PebbleServer
├── test 测试目录
│   ├── benchmark 性能测试
│   ├── ci CI
│   └── stable 稳定性
├── thirdparty 依赖第3方(原则上都要从源码编译)
│   ├── gdata_api
│   ├── gflags
│   ├── gflags-2.0
│   ├── glog
│   ├── glog-0.3.2
│   ├── google
│   ├── gtest
│   ├── gtest-1.6.0
│   ├── mysql
│   ├── protobuf
│   ├── rapidjson
│   ├── tbuspp
│   ├── tsf4g
│   └── zookeeper
└── tools 工具目录
├── blade Blade构建
├── code_format 代码格式化脚本
├── compiler IDL编译器
└── release 打包脚本


【开发环境搭建和使用说明】
------------------------------------------------------------------------------------------------------------------------

请确保机器已安装python 2.6以上版本。因为python是公司tlinux标配,此处不再赘述如何安装,如有需要自行百度。
请确保机器已安装python 2.6以上版本。
第一次使用需要安装必备软件,请使用root登录。

一、编译
Expand Down
2 changes: 1 addition & 1 deletion version.inh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
*/
#ifndef _VERSOIN_INH_
#define _VERSOIN_INH_
#define PEBBLE_VERSION "0.1.18"
#define PEBBLE_VERSION "1.0.1"
#endif

0 comments on commit b37c3ab

Please sign in to comment.