File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ be manually installed, or you can use a Docker image and container.
10
10
11
11
The following must be installed:
12
12
13
- * [ Docker Desktop for Windows] ) (https://docs.docker.com/docker-for-windows/install/ )
13
+ * [ Docker Desktop for Windows] ( https://docs.docker.com/docker-for-windows/install/ )
14
14
* [ Git] ( https://git-scm.com/download/win )
15
15
16
16
#### Building
@@ -59,13 +59,13 @@ The following must be installed:
59
59
* [ Windows SDK 17134] ( https://download.microsoft.com/download/5/A/0/5A08CEF4-3EC9-494A-9578-AB687E716C12/windowssdk/winsdksetup.exe )
60
60
* [ CMake] ( https://cmake.org/download/ )
61
61
* [ 7-Zip] ( https://www.7-zip.org/ )
62
- * ` 7zip.exe ` also be added to ` PATH `
62
+ * ` 7zip.exe ` also be added to ` PATH `
63
63
* [ python2] ( https://www.python.org/download/releases/2.0/ )
64
- * ` PYTHON2 ` enviroment variable must point to ` python.exe ` . ` python.exe ` must not be on ` PATH `
64
+ * ` PYTHON2 ` enviroment variable must point to ` python.exe ` . ` python.exe ` must not be on ` PATH `
65
65
* [ python3] ( https://www.python.org/downloads/ )
66
- * ` PYTHON3 ` must be on ` PATH `
66
+ * ` PYTHON3 ` must be on ` PATH `
67
67
* [ depot_tools] ( https://storage.googleapis.com/chrome-infra/depot_tools.zip )
68
- * This directory must be on ` PATH `
68
+ * This directory must be on ` PATH `
69
69
70
70
#### Building
71
71
You can’t perform that action at this time.
0 commit comments