Source-Repo: https://github.com/servo/servo
Source-Revision: 0bc4ae6f36e784bf4d239e30d06ec9a8ead36209
This commit is contained in:
Brian Anderson 2013-03-13 11:36:44 -04:00
Родитель 6a97a8f468
Коммит c44b41fcf4
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,11 @@ On OS X (homebrew):
brew install automake libtool brew install automake libtool
brew install pkg-config brew install pkg-config
Note, there is an [issue][] on homebrew which requires the following manual
configuration as well:
sudo sh -c 'echo /usr/local/share/aclocal >> /usr/share/aclocal/dirlist'
On OS X (MacPorts): On OS X (MacPorts):
sudo port install autoconf213 sudo port install autoconf213
@ -30,3 +35,5 @@ compiler.
../configure ../configure
make && make check make && make check
./servo ../src/test/about-mozilla.html ./servo ../src/test/about-mozilla.html
[issue]: https://github.com/mxcl/homebrew/issues/5117