diff --git a/man/html/depot_tools_tutorial.html b/man/html/depot_tools_tutorial.html index d55999b03..0d23f6a65 100644 --- a/man/html/depot_tools_tutorial.html +++ b/man/html/depot_tools_tutorial.html @@ -898,8 +898,8 @@ extract the hidden “.git” folder which is necessary for depot_to autoupdate itself. You can use “Extract all…” from the context menu though. -

Add depot_tools to the end of your PATH. Assuming you unzipped the -bundle to C:\workspace\depot_tools:

+

Add depot_tools to the start of your PATH (must be ahead of any installs of +Python). Assuming you unzipped the bundle to C:\workspace\depot_tools:

With Administrator access: @@ -917,7 +917,7 @@ Without Administrator access:

Control Panel → User Accounts → User Accounts → Change my environment variables

-

Add a PATH user variable: %PATH%;C:\workspace\depot_tools.

+

Add a PATH user variable: C:\workspace\depot_tools;%PATH%.

From a cmd.exe shell, run the command gclient (without arguments). On first @@ -946,10 +946,10 @@ If you see strange errors with the file system on the first run of gclient,

  • -If you are running Windows XP and see errors like “The system cannot execute - the specified program”, try installing the - “Microsoft - Visual C++ 2008 Redistributable Package”. +After running gclient open a command prompt and type where python and confirm that + the depot_tools python.bat comes ahead of any copies of python.exe. Failing to ensure + this can lead to overbuilding when using gn - see + crbug.com/611087.

  • @@ -1573,14 +1573,14 @@ LKGR

    Part of the chromium depot_tools(7) suite. These tools are meant to assist with the development of chromium and related projects. Download the tools -from here.

    +from here.


    diff --git a/man/man7/depot_tools_tutorial.7 b/man/man7/depot_tools_tutorial.7 index 4975065db..d00fe3c94 100644 --- a/man/man7/depot_tools_tutorial.7 +++ b/man/man7/depot_tools_tutorial.7 @@ -2,12 +2,12 @@ .\" Title: depot_tools_tutorial .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 07/21/2016 +.\" Date: 09/28/2016 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools bf2a341 +.\" Source: depot_tools daffbcf .\" Language: English .\" -.TH "DEPOT_TOOLS_TUTORIAL" "7" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual" +.TH "DEPOT_TOOLS_TUTORIAL" "7" "09/28/2016" "depot_tools daffbcf" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1051,5 +1051,5 @@ main Chromium waterfall .IP " 7." 4 here .RS 4 -\%https://chromium.googlesource.com/chromium/tools/depot_tools +\%https://chromium.googlesource.com/chromium/tools/depot_tools.git .RE diff --git a/man/src/depot_tools_tutorial.txt b/man/src/depot_tools_tutorial.txt index 7c08f0f6a..6dfc99152 100644 --- a/man/src/depot_tools_tutorial.txt +++ b/man/src/depot_tools_tutorial.txt @@ -96,8 +96,8 @@ extract it somewhere. extract the hidden ``.git'' folder which is necessary for 'depot_tools' to autoupdate itself. You can use ``Extract all...'' from the context menu though. -Add 'depot_tools' to the 'end' of your PATH. Assuming you unzipped the -bundle to `C:\workspace\depot_tools`: +Add 'depot_tools' to the 'start' of your PATH (must be ahead of any installs of +Python). Assuming you unzipped the bundle to `C:\workspace\depot_tools`: With Administrator access: :: *Control Panel -> System and Security -> System -> Advanced system settings* @@ -107,7 +107,7 @@ Modify the PATH system variable to include `C:\workspace\depot_tools`. Without Administrator access: :: *Control Panel -> User Accounts -> User Accounts -> Change my environment variables* + -Add a PATH user variable: `%PATH%;C:\workspace\depot_tools`. +Add a PATH user variable: `C:\workspace\depot_tools;%PATH%`. From a `cmd.exe` shell, run the command `gclient` (without arguments). On first run, gclient will install all the Windows-specific bits needed to work with the @@ -121,10 +121,10 @@ code, including msysgit and python. * If you see strange errors with the file system on the first run of gclient, you may want to link:http://tortoisesvn.tigris.org/faq.html#cantmove2[disable Windows Indexing]. -* If you are running Windows XP and see errors like ``The system cannot execute - the specified program'', try installing the - link:http://code.google.com/p/chromium/issues/detail?id=75886[``Microsoft - Visual C++ 2008 Redistributable Package'']. +* After running gclient open a command prompt and type `where python` and confirm that + the depot_tools python.bat comes ahead of any copies of python.exe. Failing to ensure + this can lead to overbuilding when using gn - see + link:https://bugs.chromium.org/p/chromium/issues/detail?id=611087[crbug.com/611087]. ===== endif::backend-xhtml11[]