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

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

Issue 13005: Renamed README.google to README.chromium.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years 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
« no previous file with comments | « third_party/pthread/README.google ('k') | third_party/sqlite/README.google » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a copy of SCons, a Python-based software build tool (that is,
2 replacement for Make) that we use for cross-platform builds.
3
4 Current version: 1.0.1.d20080915
5
6 Originally obtained from:
7
8 http://www.scons.org/downloads.php
9
10 SCons ships under an MIT license. See the scons-LICENSE file in
11 this directory for specifics.
12
13 We check in the contents of the scons-local-* package(s) provided
14 by the SCons Project.
15
16 Before checking in, we copy the contents of the version-specific
17 "scons-local-{VERSION}" to the "scons-local". We do this so we can use
18 Subversion to diff and revert versions more easily, and to make it easier
19 to propagate any local modifications we might make to any new versions
20 we check in.
21
22 We currently do not have any local modifications to the SCons code itself.
23
24 To import a new version of SCons:
25
26 - Visit http://www.scons.org/downloads.php
27
28 - Download the latest scons-local package.
29
30 - Unpack in the current directory:
31
32 $ tar zxf scons-local-{VERSION}.tar.gz
33
34 - Copy the contents of the version-specific directory to scons-local:
35
36 $ cp -rf scons-local-{VERSION}/* scons-local
37
38 - Update this README.google file to reflect the new version number.
39
40 - Check in.
OLDNEW
« no previous file with comments | « third_party/pthread/README.google ('k') | third_party/sqlite/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698