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

setup: remove 404 link, reference to Dockerfile #859

Merged
merged 1 commit into from
Aug 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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