Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
setup: remove 404 link, reference to Dockerfile (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes authored and hamishwillee committed Aug 26, 2019
1 parent 2f6713e commit 8456e74
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions en/setup/dev_env_linux_arch.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,7 @@ Then log out and log in for changes to take effect.

> **Note** This script installs the (unsupported) latest GCCE from the package manager. MicroRTPS is not built.
Once ArchLinux is installed you can use the docker script
[archlinux_install_script.sh](https://github.com/PX4/containers/blob/master/docker/px4-dev/scripts/archlinux_install_script.sh)
to install all dependencies required for building PX4 firmware.

To install using this script, enter the following in a terminal:
```sh
wget https://raw.githubusercontent.com/PX4/containers/master/docker/px4-dev/scripts/archlinux_install_script.sh
sudo -s
source ./archlinux_install_script.sh
```

<!--
> Follow the instructions [below](#gcc-toolchain-installation) to install the supported version.
-->

On Arch Linux there is currently no script to install the dependencies. You can, however, check how the [Arch Linux Dockerfile](https://github.com/PX4/containers/blob/master/docker/px4-dev/Dockerfile_base-archlinux) for reference.

## Manual Installation

Expand Down

0 comments on commit 8456e74

Please sign in to comment.