Installing sensitivity.io on OpenSUSE Leap 42.2+ΒΆ

Note

You have to install Qt >= 5.6 in order to have sensitivity.io running on your system.

To install sensitivity.io on OpenSUSE Leap 42.2+

  1. Log in to the system that will be used for developing with sensitivity.io and open a terminal window.
  2. 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.
  3. Install prerequisites
  • Update system:

    sudo zypper --non-interactive ref -f && sudo zypper --non-interactive dup

  1. Install sensitivity.io packages:
  • Extract the sensitivity.io packages from the archive:

    tar -xvzf sensitivityio_sds.tar.gz

  • Install all extracted .deb packages (assuming you have only the extracted packages inside):

    sudo zypper --non-interactive install -y *.rpm

  1. Test your installation.

    • Start one of the demo apps installed by the packages: /opt/cososys/bin/sensitivityio_test_sdse
You should see the demo app for scanning files and folders.

You can now start working on your integration.