Skip to content

Commit c5846fb

Browse files
committed
fix readme
1 parent a62a5a3 commit c5846fb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aris简介
22

3-
aris的简介请参考 http://106.15.224.250/
3+
aris的简介请参考
44

55
## 功能简介
66
aris主要包含两个功能:
@@ -16,10 +16,9 @@ aris主要包含两个功能:
1616
- 支持用户自己编写命令控制机器人(比如moveC,moveL等)
1717

1818
## 安装
19-
aris使用Cmake作为构建工具,可以跨平台使用。源码完全基于标准C++ 14编写,并在以下编译器下进行过测试:
20-
- Visual Studio 2015
21-
- gcc&g++ 5.4.1
22-
- clang&clang++ 3.8
19+
aris使用Cmake作为构建工具,可以跨平台使用。源码完全基于标准C++ 17编写,并在以下编译器下进行过测试:
20+
- Visual Studio 2017
21+
- gcc&g++ 8.0及以上
2322

2423
### Windows
2524
在Windows下master时钟不实时,同时无法使用EtherCat模块。Windows平台推荐使用cmake-gui等CMake工具来构建。
@@ -47,7 +46,7 @@ make install -j4
4746
~~~~~~~~~~~~~~~~~
4847
mkdir build
4948
cd build
50-
cmake .. -DUSE_XENOMAI=ON -DUSE_ETHERLAB=ON
49+
cmake .. -DRT_TIMER=XENOMAI3 -DETHERCAT=ETHERLAB
5150
make install
5251
~~~~~~~~~~~~~~~~~
5352

0 commit comments

Comments
 (0)