mirror of
https://github.com/servo/servo.git
synced 2025-07-16 11:53:39 +01:00
update cef embedding readme
This commit is contained in:
parent
6011d39ca1
commit
7fc50db898
1 changed files with 2 additions and 8 deletions
|
@ -10,12 +10,6 @@ How to test:
|
|||
|
||||
Notes:
|
||||
* Running with the Debug build in GDB is EXTREMELY slow on startup. Only use this if you are actively debugging an unimplemented CEF interaction.
|
||||
* The contents of `interfaces/`, with the exception of `interfaces/mod.rs` is autogenerated. To
|
||||
regenerate:
|
||||
- Check out the `servo` branch of the following repository:
|
||||
https://github.com/pcwalton/chromium-embedded-framework
|
||||
- Change to the `tools` directory and run `./translator.sh`
|
||||
- Run the following command to copy in the Rust header files, replacing `${SERVO_SRC}` with
|
||||
the path to your Servo checkout:
|
||||
$ cp ../libcef_dll/rust/*.rs ${SERVO_SRC}/ports/cef/interfaces/
|
||||
* The contents of `interfaces/` are entirely autogenerated. To
|
||||
regenerate, see https://github.com/zmike/cef-rebase/blob/master/README.md for full instructions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue