- Some examples of PNacl to run the Native Client module directly from a web page.
- These examples is for Windows.
-
Download Python 2.7 and then set up the PATH environment variable for it.
-
Download NaCl SDK, then unzip the file.
-
Installing the stable bundle:
-
To see the SDK bundles that are available for download:
cd nacl_sdk naclsdk list
-
Run naclsdk with the update command to download recommended bundles, including the current “stable” bundle:
naclsdk update
To download the specific bundle (such as: pepper_49,...) you must ask for it explicitly:
naclsdk update pepper_49
-
-
References