https://github.com/jhuix/libcef-build-tools
A build tools for libcef-for-MFC repository
https://github.com/jhuix/libcef-build-tools
build-tools libcef
Last synced: 2 months ago
JSON representation
A build tools for libcef-for-MFC repository
- Host: GitHub
- URL: https://github.com/jhuix/libcef-build-tools
- Owner: jhuix
- License: mit
- Created: 2019-10-16T13:02:31.000Z (over 6 years ago)
- Default Branch: 3325
- Last Pushed: 2019-10-17T02:28:44.000Z (over 6 years ago)
- Last Synced: 2025-10-11T00:11:46.682Z (9 months ago)
- Topics: build-tools, libcef
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libcef build tools
A build tools for [libcef-for-MFC](https://github.com/jhuix/libcef-for-MFC) repository in windows.
## Build Step
### Update depot tools
cd depot_tools
update_depot_tools.bat
### Get Or Update cef and chromium src
cd deploy_tools
update.bat
### Create libcef project files for build
cd deploy_tools
create.bat
### Build libcef
For X86
cd deploy_tools
build_debug_x86.bat
build_release_x86.bat
For X86_64
cd deploy_tools
build_debug_x86-64.bat
build_release_x86-64.bat
### Deploy libcef
For X86
cd deploy_tools
make_distrib_x86.bat
For X86-64
cd deploy_tools
make_distrib_x86-64.bat
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2019-present, [Jhuix](mailto:jhuix0117@gmail.com) (Hui Jin)