1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

add dependencies but otherwise disclaim information about unit tests

This commit is contained in:
Jonathan Hudson 2020-08-30 10:24:44 +01:00
parent 75ea5cd210
commit 1cd4b09696

View file

@ -29,6 +29,8 @@ Note that inav requires `cmake` version 3.13 or later; any distro that provides
Note also that Ubuntu 18.04 LTS does NOT provide a modern enough `cmake`; it is recommended that you upgrade to Ubuntu 20.04 LTS which does. Note also that Ubuntu 18.04 LTS does NOT provide a modern enough `cmake`; it is recommended that you upgrade to Ubuntu 20.04 LTS which does.
If you wish to run the units tests, it is necessary to install a host C/C++ compiler (`gcc` or `clang`). This guide does not cover building and running the units tests.
### Ubuntu / Debian ### Ubuntu / Debian
``` ```
# make sure the system is updated first # make sure the system is updated first