Preparing-the-system-in-Linux
Customer Support
zForce® SDK : Preparing the system in Linux
Created by
user-ff352 on Feb 21, 2018
While the SDK is built and tested on Ubuntu 16.04 it should work well on other flavors of Linux. If another Linux flavor is used, the instructions can be adapted to work there.
Preparing Ubuntu 16.04
This instruction may work on other Ubuntu and Debian versions as well.
- Make sure there is an Internet connection.
- Open a terminal.
Execute the following command to install gcc, the libudev development files and update the system.
sudo apt-get update && sudo apt-get -y install build-essential libudev-dev && sudo apt-get -y dist-upgrade
Enter the password when prompted.
- When the installation completes, reboot the system.
- Extract zForceSDK-x.x.x.tar.gz or zForceSDK-x.x.x.zip into any folder.
Preparing Other Linux Flavors
- Follow the Linux distribution's normal methods to install packages, for example, if Internet access is required, make sure it is available.
- Install the following tools:
- gcc or clang.
- make
- cpp
- binutils
- Install the following development files:
- glibc development files
- pthreads development files
- libudev development files
- Extract zForceSDK-x.x.x.tar.gz or zForceSDK-x.x.x.zip into any folder.
Document generated by Confluence on Sep 25, 2025 09:43