We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c4525 commit 4dd5249Copy full SHA for 4dd5249
1 file changed
docs/Build-instructions.md
@@ -139,13 +139,11 @@ sudo pip install --upgrade -r ../tools/requirements.txt
139
the "cefpython/src/version/cef_version_linux.h" file
140
(the CEF_VERSION constant).
141
142
-7) Extract the archive in the build/ directory and rename
143
- the extracted directory to "cef_linux64/".
+7) Extract the archive in the "build/" directory.
144
145
8) Build cefpython and run examples (xx.x is version number):
146
```
147
-cd ../src/linux/
148
-python compile.py xx.x
+python ../tools/build.py xx.x
149
150
151
0 commit comments