Skip to content

Commit

Permalink
Clarify minimum support for Ubuntu setup
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and Hwurzburg committed Sep 17, 2024
1 parent 4395aa8 commit 64864cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/source/docs/building-setup-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ Clone ArduPilot repository
Install some required packages
------------------------------

If you are on a debian based system (such as Ubuntu or Mint), we provide `a script <https://github.com/ArduPilot/ardupilot/blob/master/Tools/environment_install/install-prereqs-ubuntu.sh>`__ that will do it for you. From the cloned ardupilot directory :
If you are on a debian based system (such as Ubuntu or Mint), we provide `a script <https://github.com/ArduPilot/ardupilot/blob/master/Tools/environment_install/install-prereqs-ubuntu.sh>`__ that will do it for you.
This script does NOT support building on operating systems that have reached end of support such as Ubuntu Bionic (18.04).

From the cloned ardupilot directory :
::

Tools/environment_install/install-prereqs-ubuntu.sh -y
Expand Down

0 comments on commit 64864cd

Please sign in to comment.