Skip to content

Commit 4dd5249

Browse files
authored
Update Build-instructions.md
Fix Linux quick build instructions
1 parent 10c4525 commit 4dd5249

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/Build-instructions.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,11 @@ sudo pip install --upgrade -r ../tools/requirements.txt
139139
the "cefpython/src/version/cef_version_linux.h" file
140140
(the CEF_VERSION constant).
141141

142-
7) Extract the archive in the build/ directory and rename
143-
the extracted directory to "cef_linux64/".
142+
7) Extract the archive in the "build/" directory.
144143

145144
8) Build cefpython and run examples (xx.x is version number):
146145
```
147-
cd ../src/linux/
148-
python compile.py xx.x
146+
python ../tools/build.py xx.x
149147
```
150148

151149

0 commit comments

Comments
 (0)