How to run the sample applications
Windows / macOS
First, copy the license.txt file you received by email and paste it into the bin folder in your package.
Then you can choose between the following two options:
-
Go to the bin folder and run the precompiled samples from there
-
Go to the samples folder, open and run the selected sample in your IDE
The activation code is automatically retrieved from the license.txt file.
You are ready to play with the application sample.
Linux
-
Copy the license.txt you received by email and paste it into the bin folder in your package
-
Go to bin/ folder and run the command
sh linux_install_idrs.sh -
Update LD_LIBRARY_PATH by running the following command:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib -
Run the precompiled samples
You are ready to play with the application sample.
Android
See the appendix: Using Android Samples.
iOS
See the appendix: Using iOS Samples.
NuGet
A dedicated NuGet package contains the source code for the sample applications delivered with the standard packages (CsReader, CsBarcode and CsImage2Html).
For the sake of simplicity, this NuGet package contains only the sample source code and has no dependency on the SDK itself. A README file included in the package explains how to use the samples.