Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: native_client_sdk/src/doc/sdk/download.rst

Issue 536823004: Move 'Versioning' topic from overview to download page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes so that CL will upload. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « native_client_sdk/src/doc/overview.rst ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .. _download: 1 .. _download:
2 2
3 Download the Native Client SDK 3 Download the Native Client SDK
4 ============================== 4 ==============================
5 5
6 This page provides an overview of the Native Client SDK, and instructions for 6 This page provides an overview of the Native Client SDK, and instructions for
7 downloading and installing the SDK. 7 downloading and installing the SDK.
8 8
9 .. raw:: html 9 .. raw:: html
10 10
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 several other useful tools, is to install `Xcode Developer Tools 66 several other useful tools, is to install `Xcode Developer Tools
67 <https://developer.apple.com/technologies/tools/>`_. After installing Xcode, 67 <https://developer.apple.com/technologies/tools/>`_. After installing Xcode,
68 go to the XCode menu, open the Preferences dialog box then select Downloads 68 go to the XCode menu, open the Preferences dialog box then select Downloads
69 and Components. Verify that Command Line Tools are installed. If you'd rather 69 and Components. Verify that Command Line Tools are installed. If you'd rather
70 not install Xcode, you can download and build an `open source version 70 not install Xcode, you can download and build an `open source version
71 <http://mac.softpedia.com/dyn-postdownload.php?p=44632&t=4&i=1>`_ of ``make``. 71 <http://mac.softpedia.com/dyn-postdownload.php?p=44632&t=4&i=1>`_ of ``make``.
72 To build the program you may also need to download and install `gcc 72 To build the program you may also need to download and install `gcc
73 <https://github.com/kennethreitz/osx-gcc-installer>`_. 73 <https://github.com/kennethreitz/osx-gcc-installer>`_.
74 * On Windows, the Native Client SDK includes a copy of GNU Make. 74 * On Windows, the Native Client SDK includes a copy of GNU Make.
75 75
76 .. _versioning:
77
78 Versioning
79 ----------
80
81 Chrome is released on a six week cycle, and developer versions of Chrome are
82 pushed to the public beta channel three weeks before each release. As with any
83 software, each release of Chrome may include changes to Native Client and the
84 Pepper interfaces that may require modification to existing applications.
85 However, modules compiled for one version of Pepper/Chrome should work with
86 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the
87 Pepper APIs to help developers make adjustments to API changes and take
88 advantage of new features: `stable </native-client/pepper_stable>`_, `beta
89 </native-client/pepper_beta>`_ and `dev </native-client/pepper_dev>`_.
90
76 .. _installing-the-sdk: 91 .. _installing-the-sdk:
77 92
78 Installing the SDK 93 Installing the SDK
79 ------------------ 94 ------------------
80 95
81 .. _downloading-and-unzipping: 96 .. _downloading-and-unzipping:
82 97
83 Downloading and Unzipping 98 Downloading and Unzipping
84 ^^^^^^^^^^^^^^^^^^^^^^^^^ 99 ^^^^^^^^^^^^^^^^^^^^^^^^^
85 100
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 Next steps 261 Next steps
247 ---------- 262 ----------
248 263
249 * Browse the `Release Notes <release-notes>`_ for important 264 * Browse the `Release Notes <release-notes>`_ for important
250 information about the SDK and new bundles. 265 information about the SDK and new bundles.
251 * If you're just starting with Native Client, we recommend reading the 266 * If you're just starting with Native Client, we recommend reading the
252 `Technical Overview <../overview>`_ and walking through the 267 `Technical Overview <../overview>`_ and walking through the
253 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. 268 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_.
254 * If you'd rather dive in, see 269 * If you'd rather dive in, see
255 `Building Native Client Modules <devguide/devcycle/building>`_. 270 `Building Native Client Modules <devguide/devcycle/building>`_.
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/overview.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698