summaryrefslogtreecommitdiffstats
path: root/chromium/build/README
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-19 09:46:06 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-19 09:46:06 +0000
commitcea6e6c82939e52e765a7b8e25fe9e2879e017f5 (patch)
treeff20da07198bbe737bdb2f5c7cb85cdefaf93a80 /chromium/build/README
parent0a00c7a1b1ec4d693507abe46283eae4caef7c05 (diff)
downloadasb-cea6e6c82939e52e765a7b8e25fe9e2879e017f5.tar.gz
asb-cea6e6c82939e52e765a7b8e25fe9e2879e017f5.tar.xz
Explain how to find out the version of the native_client toolchains to use
Diffstat (limited to 'chromium/build/README')
-rw-r--r--chromium/build/README10
1 files changed, 9 insertions, 1 deletions
diff --git a/chromium/build/README b/chromium/build/README
index 5879a72a..0c652e3a 100644
--- a/chromium/build/README
+++ b/chromium/build/README
@@ -1,11 +1,19 @@
#
# Checking out the sources of an official chromium release:
#
-# In a working directory, you'' create three directories:
+# In a working directory, you create three directories:
# - depot_tools: this contains all the tools needed for creating the tarball
# - checkout: here over a GB of source will be checked out
# - output: here the chromium-${RELEASE}.tar.xz source tarball will be created.
+# Note: if you want to find out the recommended version for the native_client
+# toolchains, search for the line:
+# 'src/native_client':
+# in
+# http://src.chromium.org/viewvc/chrome/releases/$VERSION}/DEPS
+# and take the value which is after the '@'on the next line, e.g.:
+# '/trunk/src/native_client@12558',
+
# Some variables:
WORKING_DIR="${HOME}/chromium_src"