Installing sensitivity.io on CentOS 7ΒΆ
Note
You have to install Qt >= 5.6 in order to have sensitivity.io running on your system.
To install sensitivity.io on CentOS 7
- Log in to the system that will be used for developing with sensitivity.io and open a terminal window.
 - Download the SDK directly from your Control Panel at https://cp.sensitivity.io/sdks/official/c. Always get the latest version by simply downloading the archive.
 - Install prerequisites
 
Update system:
sudo yum --enablerepo=extras install epel-release
sudo yum update
- Install 
sensitivity.iopackages: 
- Extract the sensitivity.io packages from the archive:
 tar -xvzf sensitivityio_sds.tar.gz- Install all extracted .rpm packages (assuming you have only the extracted packages inside):
 sudo yum install *.rpm
Test your installation.
- Start one of the demo apps installed by the packages:
/opt/cososys/bin/sensitivityio_test_sdse 
- Start one of the demo apps installed by the packages:
 
You should see the demo app for scanning files and folders.
You can now start working on your integration.