This readme explains on how to run Sample App on Linux 64 bit operating system environment.

Prerequisites: 
g++

Please install the above mentioned compiler before compiling the sample application.


Steps to run the sample app:

1) Extract the RFID_SDK_LINUX_Vx.x.x.x_64BIT.zip file 
2) Go to sample app source folder C\linux64\sampleapp\rfid_Sample4
3) Build the sample application

// compilation
$make			

// cleaning bin and obj
$make clean	

4) Go to sample app bin folder C\linux64\sampleapp\rfid_Sample4\linux64\bin
5) run the sample application

Steps to run pre-built binary:

1) Extract the RFID_SDK_LINUX_Vx.x.x.x_64BIT.zip file 
2) Go to sample app bin folder C\linux64\sampleapp\rfid_Sample4\linux64\bin
3) run the sample application


shared object file to be used while developing application is found at below path
C\linux64\lib\librfid.so



