mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
updated readme: cleanup installation instructions
This commit is contained in:
21
README.md
21
README.md
@@ -57,6 +57,13 @@ You need to re-login to get the change to take effect.
|
||||
|
||||
## Build SDK
|
||||
|
||||
### Install dependent libraries
|
||||
|
||||
```
|
||||
$ sudo apt install build-essential cmake
|
||||
$ sudo apt install libasio-dev
|
||||
```
|
||||
|
||||
### I. Use the package with ROS
|
||||
|
||||
```
|
||||
@@ -68,19 +75,7 @@ $ catkin_make
|
||||
|
||||
### II. Use the package without ROS
|
||||
|
||||
Install compile tools
|
||||
|
||||
```
|
||||
$ sudo apt install build-essential cmake
|
||||
```
|
||||
|
||||
Install dependent libraries
|
||||
|
||||
```
|
||||
$ sudo apt install libasio-dev
|
||||
```
|
||||
|
||||
If you want to build the TUI monitor tool, install libncurses
|
||||
If you want to build the TUI monitor tool, additionally install libncurses
|
||||
|
||||
```
|
||||
$ sudo apt install libncurses5-dev
|
||||
|
||||
Reference in New Issue
Block a user