X Tutup
Skip to content

Commit eb732d9

Browse files
committed
Rename setup installer's filename and other cleanup...
Delete old tools on Linux. New tools are in tools/ root dir. Delete deprecated examples on Linux and Windows.
1 parent b93cebf commit eb732d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+7
-6779
lines changed

docs/Build-instructions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -404,15 +404,15 @@ cd cefpython/build/
404404
python ../tools/make_installer.py xx.x
405405
```
406406

407-
To create a wheel package from that installer package type:
407+
To create a wheel package type:
408408
```
409-
cd *-setup/
410-
python setup.py bdist_wheel
411-
cd dist/
412-
ls *.whl
409+
cd cefpython/build/
410+
python ../tools/make_installer.py xx.xx --wheel --universal
411+
cd cefpython3_*/dist/
412+
ls
413413
```
414414

415-
Optional flags for the setup.py script above:
415+
Additional flags when using --wheel flag:
416416
* `--python-tag cp27` to generate Python 2.7 only package
417417
* `--universal` to build package for multiple Python versions
418418
(in such case you must first build multiple cefpython modules

src/.gitignore

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,4 @@
1-
/cef1/windows/setup/build/
2-
*.pyc
3-
41
# If you want to ignore an already commited directory run:
52
# git rm --cached -r .idea
63

7-
/.idea/
8-
debug.log
9-
error.log
10-
console.log
11-
12-
# WingIDE project files
13-
/wingide.wpr
14-
/wingide.wpu
15-
16-
*.ncb
17-
*.suo
18-
*.user
19-
*.aps
20-
*.sdf
21-
*.sln
22-
Debug*/
23-
Release*/
24-
*.pdb
25-
26-
ctags
27-
28-
/windows/installer/Output/
29-
30-
# Inno setup files generated from a template
31-
*.generated
32-
33-
cython_debug/
34-
35-
cefpython_py27.pyd
36-
cefpython_py32.pyd
37-
cefpython_py27.so
38-
cefpython_py32.so
39-
404
compile_time_constants.pxi
41-
42-
debug_32bit/
43-
debug_64bit/
44-
45-
libcef_debug/
46-
libcef_release/

src/linux/binaries_64bit/deprecated/example.html

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/linux/binaries_64bit/deprecated/prism.css

Lines changed: 0 additions & 130 deletions
This file was deleted.

src/linux/binaries_64bit/deprecated/prism.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)
X Tutup