From d19bb1d2b5624ab649ac3280ab6078ad56810aca Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 8 Apr 2013 14:06:45 +0000 Subject: [PATCH] Linux: Update README.txt for binary distribution (issue #939). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1189 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tools/distrib/linux/README.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/tools/distrib/linux/README.txt b/tools/distrib/linux/README.txt index f2ce664ab..441729a9c 100644 --- a/tools/distrib/linux/README.txt +++ b/tools/distrib/linux/README.txt @@ -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.