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

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1189 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-04-08 14:06:45 +00:00
parent a48706b407
commit d19bb1d2b5
1 changed files with 12 additions and 5 deletions

View File

@ -22,7 +22,9 @@ 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.
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.
@ -31,15 +33,20 @@ 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.
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 'make -j4 cefclient BUILDTYPE=Debug' to build the cefclient target in
Debug mode.
Run 'build.sh Debug' to build the cefclient target in Debug mode.
Please visit the CEF Website for additional usage information.