Skip to content

Commit a903d5d

Browse files
authored
Update README.md
1 parent 37b2ceb commit a903d5d

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

Diff for: README.md

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
---
1+
# arpc
2+
基于XIO实现的远程通信框架,用于分布式文件系统数据传输
3+
24
# build
3-
*【说明】编译工程采用cmake编译
4-
5-
* for linux (ubuntu)
6-
* apt-get install cmake
7-
'''
8-
1. cd code root;
9-
2. mkdir build
10-
3. cd build
11-
4. cmake ../ (default:debug mode)
12-
5. make -j
13-
6. make install
14-
'''
15-
---
5+
【说明】编译工程采用cmake编译
6+
7+
cd code root;
8+
mkdir build
9+
cd build
10+
cmake ../ (default:debug mode)
11+
make -j
12+
make install
13+
14+
1615
# file tree
1716
* demo(demo测试应用)
1817

1918
* open_src (开源代码xio)
2019

2120
* src (arpc 源码)
2221

23-
* inc (arpc 函数头)
22+
* inc (arpc api)
2423

25-
#说明
24+
# 其它说明
2625
生成库文件libarpc.so

0 commit comments

Comments
 (0)