Skip to content

Commit

Permalink
Fix setup instructions for Arch
Browse files Browse the repository at this point in the history
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.
```
  • Loading branch information
Agustin Chiappe Berrini committed Aug 30, 2018
1 parent 05bdc65 commit 6a574b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 6a574b2

Please sign in to comment.