Index: native_client_sdk/doc_generated/sdk/examples.html |
diff --git a/native_client_sdk/doc_generated/sdk/examples.html b/native_client_sdk/doc_generated/sdk/examples.html |
index 306031f5fcdf1cbca97ca9a147cfa90397092399..6abae9eadb665e2decf82c8e2641695f8b7e2245 100644 |
--- a/native_client_sdk/doc_generated/sdk/examples.html |
+++ b/native_client_sdk/doc_generated/sdk/examples.html |
@@ -11,28 +11,7 @@ bundle. For example, if you’re developing with the <code>pepper_35</code> |
must use Google Chrome version 35 or greater. To find out what version of Chrome |
you’re using, type <code>about:chrome</code> or <code>about:version</code> in the Chrome address |
bar.</p> |
-<h2 id="enable-native-client"><span id="id1"></span>Enable Native Client</h2> |
-<p>If you are using Chrome 31 or later, you can skip this section. To run Portable |
-Native Client applications you must specifically enable Native Client in Chrome:</p> |
-<ol class="arabic"> |
-<li><p class="first">Type <code>about:flags</code> in the Chrome address bar and scroll down to “Native |
-Client”.</p> |
-<ul class="small-gap"> |
-<li><p class="first">If the link below “Native Client” says “Disable”, then Native Client is |
-already enabled and you don’t need to do anything else.</p> |
-</li> |
-</ul> |
-<ul class="small-gap"> |
-<li><p class="first">If the link below “Native Client” says “Enable”, click the “Enable” |
-link.</p> |
-</li> |
-</ul> |
-</li> |
-<li><p class="first">Scroll down to the bottom of the page, and click “Relaunch Now”. All browser |
-windows will restart when you relaunch Chrome.</p> |
-</li> |
-</ol> |
-<h2 id="build-the-sdk-examples"><span id="id2"></span>Build the SDK examples</h2> |
+<h2 id="build-the-sdk-examples"><span id="id1"></span>Build the SDK examples</h2> |
<p>The Makefile scripts for the SDK examples can build multiple versions of the |
examples using any of the three SDK toolchains (newlib, glibc, and PNaCl) and in |
both release and debug configurations. Note that some examples, <code>dlopen</code> for |
@@ -108,7 +87,7 @@ make[1]: Entering directory 'pepper_35/examples/api/core' |
(content excerpted) |
... |
</pre> |
-<h3 id="build-results"><span id="id3"></span>Build results</h3> |
+<h3 id="build-results"><span id="id2"></span>Build results</h3> |
<p>After running <code>make</code>, example directories will contain one or more of the |
following subdirectories, depending on which Makefile you run:</p> |
<ul class="small-gap"> |
@@ -138,7 +117,7 @@ choosing Tools > Developer tools.</li> |
window.</li> |
<li>Under the “General” settings, check the box next to “Disable cache”.</li> |
</ol> |
-<h3 id="run-the-examples"><span id="id4"></span>Run the examples</h3> |
+<h3 id="run-the-examples"><span id="id3"></span>Run the examples</h3> |
<p>To run the SDK examples, use the <code>make run</code> command:</p> |
<pre class="prettyprint"> |
$ cd pepper_35/examples/api/core |
@@ -200,7 +179,7 @@ $ make run_package |
</pre> |
<p>You can use <code>TOOLCHAIN</code> and <code>CONFIG</code> parameters as described above to run |
with a different toolchain or configuration.</p> |
-<h2 id="debugging-the-sdk-examples"><span id="id5"></span>Debugging the SDK examples</h2> |
+<h2 id="debugging-the-sdk-examples"><span id="id4"></span>Debugging the SDK examples</h2> |
<p>The NaCl SDK uses <a class="reference external" href="https://www.gnu.org/software/gdb/">GDB</a> to debug Native |
Client code. The SDK includes a prebuilt version of GDB that is compatible with |
NaCl code. To use it, run the <code>make debug</code> command from an example directory:</p> |