This topic describes how to configure the Tizen Studio for working with the NaCl (Native Client) SDK, and how to create a Native Client project.
To create Native Client (NaCl) applications for Samsung TVs, you must use the Tizen Studio with the Samsung NaCl SDK. The Samsung NaCl SDK provides additional TV-specific interfaces beyond those supported by the Google Chrome™ NaCl SDK.
To develop NaCl applications for Samsung TVs:
Install Python 2.7 or higher on your computer. Make sure that the "python" executable is accessible from your PATH environment variable.
PATH
Install the Samsung TV SDK, which includes the Tizen Studio and the extensions needed to develop TV applications.
Install the Samsung NaCl SDK version you want to use. You can do this in 2 ways:
Download the Samsung NaCl SDK to your computer and extract the "nacl_sdk" folder to a location of your choice.
Open the NaCl SDK Manager. In the Tizen Studio, select "Window > Preferences > Tizen Studio > NaCl".
Enter the full path to your "nacl_sdk" folder in the "NaCl SDK root" field, or click "Browse" to open the file browser and select the folder.
NACL_SDK_ROOT
Click "Apply and Close".
To create a NaCl project:
In the Tizen Studio, select "File > New > Other".
Select "Tizen > Samsung TV > Tizen NaCl App (C/C++)", and click "Next".
Define the project name, project folder, and programming language. Select the NaCl toolchain ("pepper_xx") that you want to use, and click "Next".
Select whether to create an example project or an empty project, and click "Next".
Define the position and size for displaying the NaCl module on the Web page, and click "Finish".