From 4c579a0c10d63ecc4f91b9ffc6d01d95df1b2fad Mon Sep 17 00:00:00 2001 From: Julien Lecoeur Date: Wed, 4 Oct 2017 12:24:00 +0200 Subject: [PATCH] Require installation of xxd (via vim) on archlinux Since https://github.com/PX4/Firmware/pull/7873 the build system requires xxd. On archlinux vim need to be installed, otherwise xxd is absent and the build fails. --- en/setup/dev_env_linux_boutique.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/setup/dev_env_linux_boutique.md b/en/setup/dev_env_linux_boutique.md index edcf39b1417..5e24636340c 100644 --- a/en/setup/dev_env_linux_boutique.md +++ b/en/setup/dev_env_linux_boutique.md @@ -62,7 +62,7 @@ sudo yum install glibc.i686 ncurses-libs.i686 Ensure you have the multilib repository enabled. ```sh -sudo pacman -S base-devel lib32-glibc git-core python-pyserial zip +sudo pacman -S base-devel lib32-glibc git-core python-pyserial zip vim ``` Install [yaourt](https://wiki.archlinux.org/index.php/Yaourt#Installation), the package manager for the [Arch User Repository (AUR)](https://wiki.archlinux.org/index.php/Arch_User_Repository).