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.