mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 23:54:08 +08:00
Merge pull request #17 from jpkh/master
Adding more install instructions
This commit is contained in:
commit
fc7ba89b42
@ -23,6 +23,14 @@ Prerequisites:
|
||||
* CMake 2.8+
|
||||
* Optional: static analysis tool for C++ - cppcheck
|
||||
|
||||
Installring GTest libraries:
|
||||
* [GTest Install guide](http://stackoverflow.com/questions/13513905/how-to-properly-setup-googletest-on-linux)
|
||||
|
||||
Install cppcheck
|
||||
```bash
|
||||
sudo apt-get install cppcheck
|
||||
```
|
||||
|
||||
Building the debug version and running the unit tests:
|
||||
```bash
|
||||
mkdir build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user