From 6a574b2f56a1bc31bfaeef3e51d9131c9c9b35a4 Mon Sep 17 00:00:00 2001 From: Agustin Chiappe Berrini Date: Thu, 30 Aug 2018 06:50:27 -0400 Subject: [PATCH] Fix setup instructions for Arch base-devel contains the last version of autoconf. However, some dependencies of the project rely on autoconf 2.13. Without this change, the build fails with the following message: ``` ERROR: Could not find autoconf 2.13 --- stderr ERROR: Could not find autoconf 2.13 make: *** [makefile.cargo:143: maybe-configure] Error 1 thread 'main' panicked at 'assertion failed: result.success()', build.rs:110:5 note: Run with `RUST_BACKTRACE=1` for a backtrace. ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d5671a54a..6885f38a45a 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel M ``` sh sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu \ - pkg-config ttf-fira-sans harfbuzz ccache clang + pkg-config ttf-fira-sans harfbuzz ccache clang autoconf2.13 ``` #### On Gentoo Linux