Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/xvfb/README.google

Issue 9600031: Move xvfb. Add llvmpipe.so. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This is a slightly advanced version of Xvfb from xorg-server 1 This is a slightly advanced version of Xvfb from xorg-server
2 1.9.3.901 2 1.9.3.901
3 3
4 This version was built from the 1.9.3.901 sources at freedesktop.org. 4 This version was built from the 1.9.3.901 sources at freedesktop.org.
5 5
6 It was compiled using a random flavour of ubuntu Lucid according to the 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 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 8 version that would work on the host machines, since many of the libraries
9 are present, but incompatably earlier versions. 9 are present, but incompatably earlier versions.
10 10
11 Peter Mayo 11 Peter Mayo
12 (petermayo@google.com) 12 (petermayo@google.com)
13 13
14 14
15 15
16 BUILD INSTRUCTIONS 16 BUILD INSTRUCTIONS
17 17
18 --- Setup --- 18 --- Setup ---
19 * Make a new working directory. 19 * Make a new working directory.
20 * Run fetch-source script to check for and fetch needed sources. 20 * Run fetch-source script to check for and fetch needed sources.
21 * Run install-prereqs script (as root) to check and install need packages. 21 * Run install-prereqs script (as root) to check and install need packages.
22 * Make a subdir for compilation, and cd there. 22 * Make a subdir for compilation, and cd there.
23 * Run then-build to extract and build. 23 * Run then-build to extract and build.
24 * Test and put the executable in the top level here for use. 24 * Test and put the executable in the top level here for use.
25 * Do this for each of the architectures you need. 25 * Do this for each of the architectures you need.
26 * You should be able to remove the compiling and working directories you made. 26 * You should be able to remove the compiling and working directories you made.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698