Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This is a slightly advanced version of Xvfb from xorg-server | |
| 2 1.9.3.901 | |
| 3 | |
| 4 This version was built from the 1.9.3.901 sources at freedesktop.org. | |
| 5 | |
| 6 It was compiled using a random flavour of ubuntu Lucid according to the | |
| 7 recipes in the building subdirectory in order to produce a statically linked | |
| 8 version that would work on the host machines, since many of the libraries | |
| 9 are present, but incompatably earlier versions. | |
| 10 | |
| 11 Peter Mayo | |
| 12 (petermayo@google.com) | |
| 13 | |
| 14 | |
| 15 | |
| 16 BUILD INSTRUCTIONS | |
| 17 | |
| 18 --- Setup --- | |
| 19 * make a new working directory | |
| 20 * bash the fetch-source script to fetch the sources | |
|
cmp
2012/02/07 19:52:14
s/bash the fetch-source script/run fetch-source/
Peter Mayo
2012/02/08 05:32:48
Done.
| |
| 21 * bash the install-prereqs script as root to check and install need packages | |
|
cmp
2012/02/07 19:52:14
'run install-rereqs (as root)'
Peter Mayo
2012/02/08 05:32:48
Done.
| |
| 22 * make a subdir for compilation | |
| 23 * from there, bash the then-build script to extract and build | |
|
cmp
2012/02/07 19:52:14
'run then-build to extract...'
Peter Mayo
2012/02/08 05:32:48
Done.
| |
| OLD | NEW |