mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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. ```
This commit is contained in:
parent
05bdc656af
commit
6a574b2f56
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue