diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-09-06 12:06:55 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-09-06 13:00:33 +0200 |
commit | 84e6ec18d3afec8482195b078edbcad3848135cc (patch) | |
tree | 880e94df28207988d10110cd310d0276f9848ba0 | |
parent | cf094d09bd95120e2cbcdcca7f4e036a24d19a71 (diff) | |
download | servo-84e6ec18d3afec8482195b078edbcad3848135cc.tar.gz servo-84e6ec18d3afec8482195b078edbcad3848135cc.zip |
Add a note about autoconf 2.13.
Many people seem to have this question.
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index dabdc465ced..1049b9539e6 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ sudo pacman -S base-devel autoconf2.13 git gperf python2 \ python2-virtualenv mesa libxrandr libxi libgl glu ttf-font ``` +Note: autoconf 2.13 is required for SpiderMonkey; the autoconf project did not +preserve backwards compatibility after version 2.13, and changing the Firefox +build to work with a newer version is not considered a good use of developers' +time. + Cross-compilation for Android: Basically, pre-installed Android tools are needed. |