Skip to content

Commit 45484c9

Browse files
committed
Update Windows build instructions for 55
1 parent 6511779 commit 45484c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

BUILDING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For maximum portability, the build configuration will generate x86 binaries by d
6363

6464
### Setting up the build environment
6565

66-
Make sure all of the following are in the `PATH`:
66+
Make sure the following are accessible in `PATH` (the PATH overrides feature can be used on the directories containing the actual executable):
6767
* Python 2 as `python`
6868
* Ninja as `ninja`
6969
* GNU patch as `patch`
@@ -74,6 +74,12 @@ See `build.py` for more on customizing the build environment or process.
7474

7575
### Build
7676

77+
To make sure that the GN tool builds correctly, make sure you run `vcvarsall` in the build command-line with the correct arguments:
78+
* `vcvarsall amd64_x86` for building x86 binaries
79+
* `vcvarsall amd64` for building x64 binaries
80+
81+
Then do the following:
82+
7783
# Change directory to ungoogled-chromium's root directory
7884
path\to\python3 build.py
7985

0 commit comments

Comments
 (0)