mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 13:59:06 +08:00
README formatting
This commit is contained in:
parent
fc7ba89b42
commit
e17ad9fc00
12
README.md
12
README.md
@ -18,18 +18,10 @@ Despite the fact that the library itself can be used on virtually any platform t
|
||||
|
||||
Prerequisites:
|
||||
|
||||
* Google test library for C++ - gtest
|
||||
* Google test library for C++ - gtest (see [how to install on Debian/Ubuntu](http://stackoverflow.com/questions/13513905/how-to-properly-setup-googletest-on-linux))
|
||||
* C++03 *and* C++11 capable compiler with GCC-like interface (e.g. GCC, Clang)
|
||||
* 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
|
||||
```
|
||||
* Optional: static analysis tool for C++ - cppcheck (use Debian/Ubuntu package `cppcheck`)
|
||||
|
||||
Building the debug version and running the unit tests:
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user