mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-19 05:04:08 +01:00
f5bc72b234
- The sandbox is now enabled by default on all platforms. Use the CefSettings.no_sandbox option or the "no-sandbox" command-line flag to disable sandbox support. - Windows: See cef_sandbox_win.h for requirements to enable sandbox support. - Windows: If Visual Studio isn't installed in the standard location set the CEF_VCVARS environment variable before running make_distrib.py or automate.py (see msvs_env.bat). - Linux: For binary distributions a new chrome-sandbox executable with SUID permissions must be placed next to the CEF executable. See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for details on setting up the development environment when building CEF from source code. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1518 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 |
||
---|---|---|
.. | ||
build.sh | ||
README.minimal.txt | ||
README.redistrib.txt | ||
README.standard.txt |
CONTENTS -------- cefclient Contains the cefclient sample application configured to build using the files in this distribution. Debug Contains libcef.so and other components required to run the debug version of CEF-based applications. By default these files should be placed in the same directory as the executable and will be copied there as part of the build process. include Contains all required CEF header files. libcef_dll Contains the source code for the libcef_dll_wrapper static library that all applications using the CEF C++ API must link against. Release Contains libcef.so and other components required to run the release version of CEF-based applications. By default these files should be placed in the same directory as the executable and will be copied there as part of the build process. Resources Contains resources required by libcef.so. By default these files should be placed in the same directory as libcef.so and will be copied there as part of the build process. USAGE ----- Run 'build.sh Debug' to build the cefclient target in Debug mode. Please visit the CEF Website for additional usage information. http://code.google.com/p/chromiumembedded