Merge revision 1189 changes:

- Linux: Update README.txt for binary distribution (issue #939).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1190 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-04-08 14:07:13 +00:00
parent b30dbf06fb
commit 0229bac644

View File

@@ -22,7 +22,9 @@ cefclient Contains the cefclient sample application configured to build
using the files in this distribution. using the files in this distribution.
Debug Contains libcef.so and other components required to run the debug Debug Contains libcef.so and other components required to run the debug
version of CEF-based applications. 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.
docs Contains C++ API documentation generated from the CEF header files. docs Contains C++ API documentation generated from the CEF header files.
@@ -31,15 +33,20 @@ include Contains all required CEF header files.
libcef_dll Contains the source code for the libcef_dll_wrapper static library libcef_dll Contains the source code for the libcef_dll_wrapper static library
that all applications using the CEF C++ API must link against. that all applications using the CEF C++ API must link against.
Release Contains libcef.so and other components required to run the Release Contains libcef.so and other components required to run the release
release version of CEF-based applications. 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 USAGE
----- -----
Run 'make -j4 cefclient BUILDTYPE=Debug' to build the cefclient target in Run 'build.sh Debug' to build the cefclient target in Debug mode.
Debug mode.
Please visit the CEF Website for additional usage information. Please visit the CEF Website for additional usage information.