Commit graph

156 commits

Author SHA1 Message Date
Keegan McAllister
1b785f150c Add a headless null compositor
We also have to disable rendering in headless mode because it uses OpenGL calls
for now.

Fixes #471.
2013-10-22 13:35:09 -07:00
Keegan McAllister
3f11523610 Add CONTRIBUTING.md
Fixes #1026
2013-10-11 16:52:55 -07:00
aydin.kim
b5c8ca2043 Update README.md for android build instruction 2013-08-28 10:40:29 +09:00
Tetsuharu OHZEKI
a888ffdea9 Modify Readme for png module. 2013-08-21 22:52:51 +09:00
Robert Fielding
03377ce176 msttcorefonts is a requirement
build and make check will pass, but assertion will fail if msttcorefonts is not installed.
2013-07-19 17:06:41 -04:00
Robert Fielding
55ef94321c Update README.md
git firewall port is blocked in some environments
2013-07-19 12:19:22 -04:00
Jack Moffitt
a4578726c9 Update README with new deps. 2013-07-16 11:14:40 -06:00
Jack Moffitt
dbeaa9e13f Added note about make bindings. 2013-07-10 10:19:56 -06:00
Jack Moffitt
3d91193527 Added new dependencies and info about keyboard shortcuts and make targets. 2013-07-10 09:47:15 -06:00
Jack Moffitt
50726a9c9d Update README.md
Fix README typos.
2013-05-30 11:36:45 -05:00
Patrick Walton
c7bce98236 Remove the servo- prefix from core components. 2013-05-28 15:40:47 -07:00
Sicki
a9c6c415cf adding missing lib libgl1-mesa-dri
without: 
libGL error: failed to load driver: vmwgfx
libGL error: failed to load driver: swrast

platform: ubuntu 13.04
2013-05-21 17:52:08 +03:00
Jack Moffitt
60d65e6109 Remove aclocal docs now that cairo is gone. 2013-05-20 10:52:24 -06:00
Sicki
e37f97b732 Update README.md
configuring isn't right without curl (clean ubuntu 13.04)
2013-05-20 13:12:40 +03:00
Jack Moffitt
2bfa6dc5ba Add in some missing dependencies.
Fixes #423.
2013-05-09 16:25:20 -06:00
Sasha Koss
a2feaeafb5 Turn on highlight in README 2013-04-04 23:36:18 +07:00
Leah Hanson
1bea7e6a42 Specified that OS X also needs to be 64bit. 2013-03-21 12:17:28 -04:00
Leah Hanson
e2c5249c6e Modified README to specify 64bit-only. Fixes #307. 2013-03-21 11:23:27 -04:00
Ben Kelly
cb72a94e1b Add extra aclocal config required for homebrew
On at least some homebrew systems you will encounter the following
error after a new install when running servo's configure:

    servo/src/pixman/configure: line 13682: PKG_PROG_PKG_CONFIG: command not found
    servo/src/pixman/configure: line 13756: syntax error near unexpected token `GTK,'
    servo/src/pixman/configure: line 13756: `   PKG_CHECK_MODULES(GTK, gtk+-2.0 pixman-1)'

This appears to be related to mxcl/homebrew#5117 and mxcl/homebrew#3209.

Add a note to the README.md about how to resolve this issue with some
manual configuration.
2013-03-08 20:29:28 -05:00
Brian Anderson
a77fe19eea Merge remote-tracking branch 'oncemoreification/update-readme'
Conflicts:
	README.md
2013-03-01 14:37:12 -08:00
Paul O’Shannessy
5e54ca0ca1 Add libtool to brew install requirements 2013-02-23 11:26:24 -08:00
oncemoreification
4ab8ebf2c7 Add 'brew install pkg-config' to build steps 2013-02-16 20:48:05 -08:00
Brian Anderson
364d11c968 Update README.md
Fix link
2013-02-14 11:08:57 -08:00
Aleksandar Totic
06613f716b Fix missing dependency in brew
Needed automake to get beyond 
./configure: line 409: aclocal: command not found
XCode 4.6, pretty virgin setup
2013-02-13 14:30:48 -08:00
Brian Anderson
705e4cc96b Update README.md 2013-02-07 15:36:57 -08:00
Brian Anderson
63c61b9a6b Update README for cairo changes 2013-01-15 14:07:19 -08:00
Brian Anderson
f13e6ac388 Build cairo in-tree 2013-01-15 11:28:08 -08:00
Brian Anderson
5e40aa6aa3 Use the in-tree Rust compiler 2013-01-10 11:56:48 -08:00
Josh Matthews
be1935e9ad Update for language changes. 2012-12-23 13:43:33 -05:00
Brian Anderson
f3e315aa4f Update README 2012-12-04 13:54:04 -08:00
Brian J. Burg
c29855f66a Update rust version. 2012-11-16 08:54:44 -08:00
Brian J. Burg
ebb9392587 Bump rust version. 2012-11-12 19:23:46 -08:00
Brian Anderson
5d63fd3576 Update to Rust 166c10e666634cd2fa8615c65d839d63322a2d5b 2012-11-08 17:26:51 -08:00
Brian J. Burg
1339163907 Update Rust to commit 1702024 2012-11-08 16:54:11 -08:00
Brian J. Burg
b3d502b29a Update to new rust commit. Fix uses of bare function types in DOM bindings code. 2012-11-07 14:35:21 -08:00
Brian J. Burg
1c8fd6e7ab Update rustc version in README. 2012-11-01 20:04:32 -07:00
Brian J. Burg
a7c796aaf1 Update servo to rust 3b6f5a1. Removes extraneous by-ref parameter to option::get(), and removes binary move operator. 2012-10-24 14:27:38 -07:00
Brian J. Burg
9e521bc122 Update rust commit hash 2012-10-19 11:29:20 -07:00
Brian Anderson
6bfa2254a0 Improve README 2012-10-17 23:24:12 -07:00
Brian J. Burg
69ebb04268 Update rust commit hash in README.md. 2012-10-13 17:02:33 -07:00
Brian J. Burg
75acc54fde Update readme to latest rust checkpoint 2012-09-20 17:25:10 -07:00
Brian J. Burg
197d5f440e Update README macports instructions. Add latest working rust commit. 2012-09-18 11:26:04 -07:00
Josh Matthews
88a51c6a18 Remove references to libSDL in the readme. 2012-09-18 12:07:51 -03:00
Brian J. Burg
dd62b755f4 Update the README to not mention autogen.sh and manual git submodule updating 2012-09-04 16:26:54 -07:00
Brian J. Burg
9890f1c977 Add build instructions and cairo workaround for OSX MacPorts 2012-08-21 16:54:09 -07:00
Brian Anderson
e578f80536 Update the readme with dire warnings about expected breakage 2012-08-17 19:41:22 -07:00
Brian Anderson
294b112591 Update Linux instructions with correct glut package 2012-07-12 00:12:06 -07:00
Brian Anderson
03b4e4587b Add freeglut3 to linux dependencies in README.md 2012-07-05 17:57:40 -07:00
Brian Anderson
7d06862ee1 Update README.md with more build instructions 2012-06-29 11:30:51 -07:00
Patrick Walton
bb7cf6d2ca Clarify that the bleeding-edge Rust compiler is needed 2012-06-29 11:25:30 -07:00