# Linux Deployment
# Linux System Service Form
# File Structure
└─shell
file.tar.gz
run.sh
# Instructions for Use
Navigate to the shell directory in the command line and execute the following command:
./run.sh
TIP
If you encounter permission issues preventing execution, you can run the following command in the terminal:
sudo chmod +x run.sh
# Executable File Form
# File Structure
CLTPlatform
CLTPlatform-2.2.1
libCLTDevice.so
libCLTInterface.so
libCLTInterfaceJniHelper.so
# Instructions for Use
Navigate to the CLTPlatform directory in the command line and execute the following command:
./CLTPlatform-2.2.1
TIP
If you encounter permission issues preventing execution, you can run the following command in the terminal:
sudo chmod +x CLTPlatform-2.2.1