Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

How to Use

Anurag Pratik edited this page Aug 9, 2017 · 1 revision

These instructions utilize the tarball created in how_to_build_it.md, copied to the home directory of a user system.

  1. Install run-time dependencies:
  • Ubuntu 14.04
sudo apt-get install libqt5xmlpatterns5
sudo apt-get install libsecret-1-0
  1. Unpack the tarball:
cd ~
mkdir ~/sample_apps
tar -xzf ~/sample_apps.tar.gz -C ~/sample_apps
  1. Run the apps:
cd ~/sample_apps
export LD_LIBRARY_PATH=`pwd`
./rms_sample	    # RMS sample
./rmsauth_sample	# auth sample
Clone this wiki locally