

Installing the SDK Downloading and Unzipping The SDK includes multiple versions of the Pepper APIs to help developers make adjustments to API changes and take advantage of new features: stable, beta and dev. However, modules compiled for one version of Pepper/Chrome should work with subsequent versions of Pepper/Chrome. As with any software, each release of Chrome may include changes to Native Client and the Pepper interfaces that may require modification to existing applications. VersionsĬhrome is released on a six week cycle, and developer versions of Chrome are pushed to the public beta channel three weeks before each release. It supports several architectures including on x86-32, x86-64, ARM, and MIPS. Native Client supports several operating systems, including Windows, Linux, OSX, and ChromeOS.

After installing Xcode, go to the XCode menu, open the Preferences dialog box then select Downloads and Components. One easy way to get make, along with several other useful tools, is to install Xcode Developer Tools. On the Mac, you need to install make on your system before you can build and run the examples in the SDK.Run python -V from a command line to verify that you properly configured the PATH variable. In addition, be sure to add the Python directory (for example, C:\python27) to the PATH environment variable.

Go to download/ and select the latest 2.x version. On Windows, you may need to install Python.Run the command python -V in a terminal window, and make sure that the version you have is 2.7.x. On Mac and Linux, Python is likely preinstalled.Make sure that the Python executable is in your PATH variable.

