Skip to content

Commit

Permalink
update cef & depot_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
martonp96 committed Mar 29, 2024
1 parent e19d72a commit e1fdc42
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 179 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
0. Clone this repository to a folder directly on any drive (for me its E:\code)
1. Add depot_tools to PATH system variable
2. Add ninja to PATH system variable
3. Run depot_tools/bootstrap/win_tools.bat
4. Make sure Python 3.8+ is installed
5. Make sure VS2019 is installed
6. Make sure 10.0.20348 SDK is installed (from visual studio installer)
3. Run build/prepare-depot.bat
4. Make sure Python 3.8+ is installed, it should be added above depot_tools in PATH variable
5. Make sure VS2022 is installed
6. Make sure 10.0.22621 SDK is installed (from visual studio installer)
7. In build/build.bat change download-dir and depot-tools-dir to the paths where you cloned this repo

## Verify your environment
1. Open a windows command prompt
2. Type `where ninja`, the output should show ninja/ninja.exe and depot_tools paths
3. Type `where python`, optimally it should show depot_tools and only one where you installed Python
3. Type `where python`, optimally it should show the path where you installed Python above depot_tools

## Building
1. Run build/build.bat
Expand Down
Loading

0 comments on commit e1fdc42

Please sign in to comment.