diff options
author | Brian Grinstead <briangrinstead@gmail.com> | 2016-06-20 14:46:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-20 14:46:23 -0700 |
commit | 5c2e8e83f2626b6088c0562f7ccd2f13539ffb7e (patch) | |
tree | ffe982f5169344e96ebc3aee370c4f48ec29d5b7 | |
parent | 09a39af1c18e4319165576cce1490e99845a2b9f (diff) | |
download | servo-5c2e8e83f2626b6088c0562f7ccd2f13539ffb7e.tar.gz servo-5c2e8e83f2626b6088c0562f7ccd2f13539ffb7e.zip |
Be clear in ports/cef/README.md about using build-cef
-rw-r--r-- | ports/cef/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cef/README.md b/ports/cef/README.md index fe3057855dc..ca7d1f26570 100644 --- a/ports/cef/README.md +++ b/ports/cef/README.md @@ -3,7 +3,7 @@ How to test: 1. Go to http://cefbuilds.com/ and download a binary for your OS/arch 2. Unpack the (huge) archive 3. Create both Debug and Release build types for CEF (```./build.sh [Debug|Release]```) -4. Build servo +4. Build servo with ```./mach build-cef [--release]``` 5. Run a CEF-based executable with the embedding crate preloaded: * Linux: ```LD_LIBRARY_PATH=/path/to/cef-bin-unpack-dir/out/$build_type LD_PRELOAD=/path/to/servo/build/libembedding-*.so [CEF EXE]``` 6. Enjoy CEF-powered crashes |